What is AiCLI?
AiCLI is a tool that allow you to run Claude Code™, Codex CLI™, Github Copilot™ and Gemini CLI™ on Android. It is not those tools, but a method to be able to use them easily on Android. You will still need to sign up for any of those services that you desire to use. This is also running Ubuntu under the hood, so you can install whatever packages you and your favorite AI CLI tool needs to complete a task.
What are AI CLI tools like Claude Code, Codex CLI, Github Copilot and Gemini CLI?
AI CLI (Command Line Interface) tools are terminal-native software applications powered by Large Language Models (LLMs) that act as autonomous coding agents. Unlike traditional chat assistants or inline autocomplete plugins that run inside code editors (like standard VS Code), these tools operate directly inside your system's terminal. They possess direct access to your local filesystem, shell execution environment, and development utilities. This allows them to autonomously execute workflows such as reading an entire repository, writing multi-file features, running test suites, handling system-level debugging, and committing code to Git.