Platform Arch License Status Version

Kodrix IDE

A fully standalone, native IDE for Android. No PC. No Termux. No compromises.
Code from anywhere. Build for everywhere.

Built by @Zohaib8090 โ€” 17 years old, Karachi, Pakistan

Download APK Report Bug Request Feature

What is Kodrix?

Kodrix is a complete, professional development environment that runs entirely on your Android phone. Unlike other mobile code editors, it doesn't require Termux, a remote server, or a PC. Everything runs natively on-device.

"This is not a toy editor. This is a full IDE."
๐Ÿ“

Pro Editor

๐Ÿš

Real Terminal

๐ŸŒฟ

Git & Source Control

๐Ÿš€

Runtime & AI

๐ŸŒ

Browser & DevTools

๐Ÿž

Debugging

Supported Frameworks

Framework Status Notes
React + Viteโœ… WorkingUse @vitejs/plugin-react
Express / Node.jsโœ… WorkingFull support
Vue + Viteโœ… WorkingPure JS build
Svelte + Viteโœ… WorkingPure JS build
Next.jsโœ… WorkingWebpack mode, no Turbopack

Installation

  1. Download the latest APK from Releases
  2. Go to Settings โ†’ Security and allow your file manager to install unknown apps
  3. Open the APK and tap Install
  4. Open Kodrix and start coding!

Min Requirements: Android 10+ (API 29) ยท arm64-v8a ยท 4GB RAM recommended

Architecture ๐Ÿ—๏ธ

Kodrix
โ”œโ”€โ”€ Kotlin / Jetpack Compose (UI layer)
โ”œโ”€โ”€ JNI Bridge (native-lib.cpp)
โ”‚   โ”œโ”€โ”€ PTY Bridge (forkpty โ†’ real terminal)
โ”‚   โ”œโ”€โ”€ Git Bridge (libgit2 โ†’ HTTPS clone/push/pull)
โ”‚   โ””โ”€โ”€ DNS Override (Google DNS for Node.js)
โ”œโ”€โ”€ Terminal Engine (termux-terminal-emulator)
โ””โ”€โ”€ Bundled Binaries (jniLibs/arm64-v8a)
    โ”œโ”€โ”€ libnode.so (Node.js v22 runtime)
    โ”œโ”€โ”€ libgit2.so (Git operations)
    โ””โ”€โ”€ libcurl.so (HTTP/HTTPS)
            

โš–๏ธ License

Kodrix is source-available under the KodrixIDE Source-Available License v1.0.

Allowed โœ…

  • Personal use & learning
  • Education & bootcamps
  • Private non-commercial projects

Prohibited โŒ

  • Commercial / Revenue generating use
  • Redistribution or cloning
  • Building competing IDEs