openIDE

mobile-first · terminal native · extendable
✦ Launch IDE

what is openIDE?

openIDE is a featherlight web-based IDE that runs right in your browser. Built for mobile-first workflows: code, run, manage projects, access a real terminal, and install extensions — no complex setup. Works perfectly on phones via Termux and on desktops alike.

how to use openIDE

📦 Prerequisite: Node.js installed on your machine.

📱 Mobile (Termux / iSH):

  1. Install a terminal app like Termux (Android) or iSH (iOS).
  2. Install Node.js:
pkg install nodejs

Then install openIDE globally:

npm install -g @goeasyide/openIDE

Go to your source/project folder and run:

openIDE
🔐 Security first — You’ll be prompted to set a password on first run. Use a very strong password. Keep it safe. The maintainers are not responsible for weak security choices.

building your own extension

extension rules & moderation

why openIDE?

No cloud lock-in, no telemetry, no bloat. The entire IDE runs locally on your machine after a tiny npm install. Extensions are community-driven but strictly reviewed. Perfect for coding on the go, managing servers, or teaching programming on a tablet.


openIDE · minimal, secure, and built for real developers.