How to Install DejaOS
π¦ Runtime Environmentβ
DejaOS is a JavaScript runtime designed for embedded devices. No manual installation is requiredβall devices we provide come with DejaOS pre-installed and ready to use out of the box.
π οΈ Development Environment Setupβ
To develop DejaOS applications on your computer, please prepare the following tools:
-
Visual Studio Code
Download: https://code.visualstudio.com/download -
Node.js (version 20 or above)
Download: https://nodejs.org -
DejaOS IDE Extension
This is a VSCode extension. Search forDejaOS IDE
in the VSCode Extensions Marketplace, or install directly via:
π DejaOS IDE Extension
Once installed, you'll see the DejaOS icon in the VSCode sidebar. Click it to access the project management interface.
β οΈ System Supportβ
Currently, the development environment only supports Windows.
macOS and Linux are not yet supported.
π Network Requirementsβ
During development, DejaOS IDE may need to download official JavaScript modules:
- Online Development: Access the DejaOS module repository to fetch the latest modules and dependencies.
- Offline Development: Previously downloaded modules are cached locally, allowing continued development without an internet connection.
We recommend staying online to ensure you always have access to the latest modules.