Discover and explore top open-source AI tools and projects—updated daily.
heckmonMobile IDE for Android with AI and remote capabilities
Top 73.6% on SourcePulse
Summary Roxum IDE is a mobile-first code editor and mini IDE for Android, built with Flutter. It targets developers seeking a comprehensive toolchain on mobile, integrating editing, terminal workflows, Git, AI assistance, and deep customization into a single app.
How It Works
The IDE uses Flutter and the code_forge editor engine. Version 2 features a Rust backend and kmp-lsp for enhanced Java, Kotlin, and Swift Language Server Protocol (LSP) support. It integrates SSH for remote connections and Termux for a powerful command-line backend. Offline AI capabilities are enabled via local GGUF LLM model support for code completion and chat.
Quick Start & Requirements
Building from source requires git-lfs.
cd android && ./gradlew :app:bundleRelease.bundletool (from https://github.com/google/bundletool/releases) to build APKs from the AAB, then install via adb.git checkout main then flutter build apk --release or cd android && ./gradlew :app:assembleRelease.git-lfs, bundletool, adb.Highlighted Details
kmp-lsp enhance performance and LSP support (Java, Kotlin, Swift).Maintenance & Community
The project received funding for its Play Store release from @MaximoMachado. No other community channels or maintenance details are provided in the snippet.
Licensing & Compatibility The provided README snippet does not specify the software license, making commercial use or closed-source linking compatibility indeterminate.
Limitations & Caveats
The lightweight "main" branch version omits compilers (Dart, Rust, Go), interpreters (Lua), several language servers, SSH, Termux, and local LLM support. Building the full version requires managing large binary assets via git-lfs, and the standalone AAB is larger than the Play Store version due to on-demand downloads.
1 week ago
Inactive
AstrBotDevs
openinterpreter