Supercharged Acode Fork • Active Development

The Ultimate Mobile IDE with Ubuntu 24.04 on Android

Turn your Android phone into a desktop-grade developer workstation. Featuring a pure Ubuntu 24.04 LTS (Noble Numbat) glibc environment, in-app GitHub integration, native downloads manager, and Python binary wheel compatibility.

Ubuntu 24.04 Noble Numbat LTS
Pure glibc Full Python & C++ Wheels
In-App Web GitHub & Downloads Hub
100% Free Open Source & No Ads
LATEST RELEASE

Acode Ubuntu 24.04 Release APK

Checking latest build from GitHub...

✓ Pure glibc Ubuntu 24.04 LTS
✓ In-App GitHub Session Browser
✓ Built-in Downloads Manager
✓ PRoot --link2symlink Fixed
✓ Acode CLI (`acode `)

Why Use This Enhanced Fork?

This repository is an actively maintained, community-focused fork designed to bring real desktop Linux power to Acode on Android.

Original Upstream Acode

Standard
  • Limited terminal environment (Alpine/busybox issues)
  • Extraction hardlink errors on modern Android filesystems
  • Cannot run glibc-only Python wheels or complex binary packages
  • External browser redirects for GitHub / web links
  • No integrated file downloads manager or APK installation
  • Slow release cycles and unaddressed terminal bugs

Acode Next-Gen Fork

Supercharged
  • Ubuntu 24.04 LTS (Noble Numbat) pure glibc environment
  • PRoot --link2symlink automated hardlink error resolution
  • Full Python 3, pip, Node.js, gcc, Rust binary wheel compatibility
  • In-App GitHub Browser with session login and one-tap close button
  • Integrated Downloads Manager: Install APKs & open files directly
  • Automated CI/CD with immediate GitHub Releases updates

Engineered for Developers on the Move

Everything you need to write, test, and run code directly from your smartphone or tablet.

Pure Ubuntu 24.04 LTS

Full glibc Linux environment running seamlessly inside Android via optimized PRoot. Install packages via apt install without root.

In-App GitHub Hub

Access GitHub directly inside Acode. Sign in, browse repos, review PRs, and download release assets without ever switching apps.

Downloads Manager

Dedicated sidebar panel to manage downloaded files. Install APKs in one tap, open source files directly in the editor, and open workspace trees.

Acode CLI Integration

Command-line bridge between your Linux terminal and editor. Type acode index.js in terminal to immediately open files in editor tabs.

Group & Permission Fixes

Clean terminal environment without annoying Android GID warning messages. Rootfs extract utilizes `--link2symlink` for 100% reliability.

Auto-Updated Releases

Every push automatically builds a signed APK through GitHub Actions CI/CD. The download link on this site always stays on the bleeding-edge release.

root@localhost:~ (Ubuntu 24.04 LTS Noble)

root@localhost:~# neofetch

            .-/+oossssoo+/-.               root@localhost
        `:+ssssssssssssssssss+:`           ----------------
      -+ssssssssssssssssssyyssss+-         OS: Ubuntu 24.04 LTS (Noble Numbat) aarch64
    .ossssssssssssssssssdMMMNysssso.       Host: Android PRoot Environment
   /ssssssssssshdmmNNmmyNMMMMhssssss/      Kernel: Linux 6.1.x
  +ssssssssshmydMMMMMMMNddddyssssssss+     Uptime: Always Ready
 /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/    Shell: bash 5.2.21
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Packages: 642 (apt)
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Terminal: Acode Built-in Terminal
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   CPU: ARMv8 Processor (8 cores)
            

root@localhost:~# python3 -c "import numpy, torch; print('glibc works natively!')"

glibc works natively!

root@localhost:~# acode server.py

Opened server.py in Acode editor tab.

root@localhost:~# _

Quick Start in 3 Easy Steps

Get up and running in under 2 minutes.

1

Install the APK

Download the latest Acode-Ubuntu24-Release.apk from this site and install it on your Android device.

2

Launch Terminal

Open Acode, tap the Terminal tab from the sidebar, and let it download & configure Ubuntu 24.04 LTS in seconds.

3

Code & Build

Install any package with apt install python3-pip nodejs gcc git and write code with full desktop capabilities!