Skip to main content

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:

  1. Visual Studio Code
    Download: https://code.visualstudio.com/download

  2. Node.js (version 20 or above)
    Download: https://nodejs.org

  3. DejaOS IDE Extension
    This is a VSCode extension. Search for DejaOS 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.

DejaOS IDE Extension UI

⚠️ 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.