package icon

TermuC

A simple C/C++ IDE backed on Termux
New in version 0.2.2
• Implement textDocument/documentHighlight of LSP
• Support access Termux Storage via SAF
• Fix behaviors of the navigation keys #29
• Fix errors for the CMake template
• Fix errors when drawing underlines
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(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
✅ Autocompletion
✅ Signature help
✅ Formatting
✅ Diagnose
✅ Compile flags
✅ Dark mode
✅ Debug
✅ Project management

Versions

Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that.

Download F-Droid
  • Version 0.2.2 (11) suggested Added on Mar 01, 2026

    This version requires Android 5.0 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions

    Download APK 187 KiB PGP Signature | Build Log

  • New in version 0.2.1
    • Support fast-scrolling
    • Support horizontal navigation by SogouInput
    • Fix missing "/system/bin/nc" for Android 6/7
    • Support rename operation
    • Fix automatic capitalization for some input methods
  • Version 0.2.1 (10) - Added on Nov 10, 2025

    This version requires Android 5.0 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions

    Download APK 183 KiB PGP Signature | Build Log

  • New in version 0.2.0
    • Add floating-window UI debugger
    • Optimize mouse operations
    • Adapt for Termux 0.119.0 version
    • Fix bugs when copying large text
    • Fix bugs when auto-completing
  • Version 0.2.0 (9) - Added on Oct 18, 2025

    This version requires Android 5.0 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions

    Download APK 183 KiB PGP Signature | Build Log