Hey r/androiddev,
I built this in about a week as a solo project.— a fully
standalone native IDE that runs entirely on your Android phone.
No Termux. No remote server. No PC. Just install the APK and start coding.
What works right now:
- Full PTY terminal with multiple sessions
- Git clone over HTTPS with GitHub OAuth
- Node.js + npm running on-device
- React + Vite projects
- Built-in browser with DevTools
- Port forwarding (expose localhost to internet)
- Multi-file tabs + split screen editor
- Source control UI
- Debug console + Live Logcat
- Extension marketplace (Open VSX)
I'm a 17-year-old developer from Karachi, Pakistan building this solo.
GitHub: https://github.com/Zohaib8090/codeoss-android
Would love feedback from this community — especially bug reports
from different devices.