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):
Install a terminal app like Termux (Android) or iSH (iOS).
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
Join our community on Discord → discord.gg/v3gcb7ptXg (click to copy invite)
Apply for extension developer access inside the server.
Study the openIDE extension blueprint on GitHub.
Reach out to staff for reviews or technical questions.
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.