Development › TermuC
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

TermuC

A simple C/C++ IDE backed on Termux
Version: 0.2.4
Added: 26-07-2024
Updated: 11-08-2026
TermuC is a simple C/C++ IDE backed on powerful Termux. Install Termux first and install clang in Termux to supply the compiler and language server.

For more details, please visit the project's Github presence.

Setup

To support the full functions as an IDE, please follow the setup instruction.

1. Install Termux(https://f-droid.org/packages/com.termux) first.
2. Run `pkg install clang' to install the clang compiler & clangd language server.
3. See https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent#setup-instructions to enable calls from 3rd-party apps.
4. Then install TermuC.

Features

✅ Highlighting
✅ Auto-completion
✅ Signature help
✅ Formatting
✅ Diagnosing
✅ Code action
✅ Semantic highlighting
✅ Goto definition
✅ Symbol renaming
✅ Compile flags
✅ Dark mode
✅ Debugging
✅ Project management

Screenshot of TermuC Screenshot of TermuC Screenshot of TermuC
code Source file_download Download