Releases: Zohaib8090/KodrixIDE
1.1.0 apk with other Architecture
📦 Release v1.1.1: The "Universal Agent" Update
This release marks a major milestone in making Kodrix IDE the most robust AI-powered development environment for Android. We have resolved critical networking issues and deep-synced the AI Agent team with the IDE's core.
🔄 AI Agent Orchestrator Enhancements
Active Project Sync: Agents (CEO, Task Assigner, Dev) now automatically detect and operate within your active project directory. No more "where am I?" errors.
Visual Handoffs: Added real-time status updates in the Agent Workspace. When a handoff occurs, the next agent instantly shows as "Thinking..." for better feedback.
Hardened Toolset: Agents now have a dedicated shell environment with correctly mapped PATH and LD_LIBRARY_PATH for git, npm, and node.
🌍 Universal Architecture Support
Multi-Arch Git Fix: Resolved the "Error 128" clone failure across all architectures.
Network Dependencies: Sourced and integrated libnghttp3 and libngtcp2 for armeabi-v7a, x86, and x86_64.
HTTPS/FTPS Protocols: Fully patched the C++ redirect bridge to support secure remote helpers on all devices.
🛡️ Security & Reliability
Rebranding Finalized: Complete transition from CodeOSS to Kodrix in package names, logs, and system paths.
Protected Secrets: Refined .gitignore to ensure google-services.json and oversized binaries (like libnext_swc.so) never leak to public repositories.
Version Bump: Officially moved to v1.1.1 (Version Code 4).
CodeOSS Android v1.0.2 — ALPHA
CodeOSS Android v1.0.0 — First Public Release
🚀 First Public Release
CodeOSS Android is a fully standalone native IDE for Android.
No PC. No Termux. No compromises.
✨ What's included
- Full PTY terminal with multiple sessions
- Git clone over HTTPS with GitHub OAuth login
- Node.js runtime + npm on-device
- React + Vite support
- Built-in browser with DevTools console
- Port forwarding via bore.pub
- Multi-file tabs + split screen editor
- Source control UI (commit, push, pull, branches)
- Debug console + Live Logcat
- Extension marketplace (Open VSX)
- Syntax highlighting
- Auto update notifications
- Zero Termux dependency
📱 Requirements
- Android 10 or higher
- arm64-v8a device (most modern Android phones)
- ~500MB free storage
⚠️ Known Limitations
- Next.js not supported yet (missing SWC binary for Android arm64)
- Use
@vitejs/plugin-reactinstead of@vitejs/plugin-react-swc
📥 Installation
Download app-debug.apk below, enable unknown sources in your
Android settings, and install.