Roxum IDE is a mobile-first code editor and mini IDE for Android, built with Flutter. It combines editing, terminal workflows, Git/GitHub tooling, AI assistance, runtime downloads, and deep customization in one app.
Roxum uses the powerful code_forge package as the editor engine.
- Completely free and open source.
- Built-in Termux support for using Termux as a backend.
- Download or load local GGUF LLM models for offline chat and code completion.
- Offline compilers and extensions for popular languages.
- 245 built-in themes and, an option for creating custom themes.
- Built-in terminal.
- Rust based editor backend using rope and sum tree data structures, similar to the zed editor.
- AI Code Completion.
- LSP support (suggesions, completions, error highlighting, hover info, etc).
- Git and Github intergration.
- SSH support for connecting with remote systems.
- Intergrate with external AI providers for agentic editing.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Download the full apk from releases
This section is intended for users from countries like China where the Play Store isn't accessible. Otherwise, it is recommended to download the full-featured APK from the Play Store as mentioned above.
Clone this repo, then:
Make sure that git-lfs is installed in your system and accessible via the path. Don't skip this step; the compilers and interpreters are stored in the GitHub large file storage.
Note
To include all compilers, interpreters and extensions in the build, we build it as a standalone aab file, which is bigger compared to the APK downloaded from the Play Store. The Play Store build is smaller because these external dependencies are downloaded on demand when the user requests the particular compiler/interpreter/extension.
cd android && ./gradlew :app:bundleReleaseThis will generate the output file in build/app/outputs/bundle/release/app-release.aab
To install aab in your device, it needs to be converted to apk first. For that, download the latest bundletool from the official repo: https://github.com/google/bundletool/releases
Then build the APK:
java -jar path/to/bundletool.jar build-apks --bundle=your_app/build/app/outputs/bundle/release/app-release.aab --output=output.apks --mode=universalThis will generate a file called output.apks in the current directory
Make sure that you are connected to an emulator or physical device via adb.
java -jar /path/to/bundletool.jar install-apks --apks=output.apksSpecial Thanks
- @MaximoMachado — helped fund the Play store release.














