If you've ever tried to write C or C++ code on your phone, you know how bad most options are. Either they're too basic to do anything real, or they need an internet connection just to compile. This app actually fixes that.
It runs a full Linux environment right on your device. No server, no cloud, no Wi-Fi required. You write code, you compile it, you run it — all offline, all local.
The code editor isn't just a fancy text box. It has LSP (Language Server Protocol) support built in, which means you get the same kind of intelligent code completion you'd expect from a desktop IDE. It also does real-time diagnostics, so you're seeing errors and warnings as you type, not after you try to build.
What's included:
• Full Linux environment — compile and run C/C++ programs just like you would on a real Linux machine
• LSP-powered editor with context-aware autocomplete that actually understands your code
• Real-time diagnostics that flag issues while you're still writing
• Built-in terminal so you can run commands, test output, and work the way you normally would
• File manager to browse and organize everything inside the Linux environment
• Package manager included — install libraries and tools you actually need
This is built for people who want to do real C/C++ development on Android. Computer science students who want to practice on the go, developers who need to test something without opening a laptop, or anyone learning systems programming who wants a proper environment to work in.
It's not a toy compiler. It's a complete offline setup that takes C/C++ development seriously. Give it a try and see how much you can get done without ever needing a desktop.