Clio: Your AI CLI Assistant

Don't know the command? Just ask. Clio searches man pages and explains commands in plain English.
Perfect for beginners. Works offline on Linux, macOS, and Android (Termux).

terminal

$ clio "how do I list files?"

πŸ“– Command: ls - list directory contents

Usage: ls [options] [directory]

Try: ls -lah (detailed list with hidden files)

$ clio "install docker"

βœ“ Found module: docker_install

βœ“ Docker installed!

inventory_2

50+

Ready-to-Use Modules

download

1-Click

Installation

devices

3

Platforms (Linux, macOS, Android)

code

100%

Open Source

How Clio Works

No command memorization neededβ€”just tell Clio what you want in plain English

search

Command Search

Most common use: Search man pages for any command. "how do I...?" gets instant answers with examples. No more memorizing syntax.

cloud_off

Offline Ready

Works without internet: After the first sync, Clio runs completely offline using local AI. Perfect for remote work or mobile devices.

phone_android

Works Everywhere

Including Android: Full support for Linux, macOS, and Termux on Android. Automate your phone's CLI with the same power as your desktop.

Most Common Use: Finding Commands

Don't know the command? Just ask Clio in plain English

πŸ” Command Search (Man Pages)

πŸ’¬ You ask: "how do I compress a file?"

πŸ€– Clio finds: tar -czf archive.tar.gz file and explains the options

πŸ’¬ You ask: "what command shows disk space?"

πŸ€– Clio finds: df -h with usage examples

πŸ’¬ You ask: "how to change file permissions?"

πŸ€– Clio finds: chmod command with practical examples

πŸ’¬ You ask: "how do I search inside files?"

πŸ€– Clio finds: grep -r "pattern" . with explanation

Automation Workflows

Beyond command search: automate complex multi-step tasks

⚑ Multi-Step Automation

πŸ’¬ You say: "install docker"

πŸ€– Clio does: Detects your OS, adds repo, installs Docker, starts service, adds you to docker group

πŸ’¬ You say: "backup my documents folder"

πŸ€– Clio does: Creates timestamped compressed backup and confirms location

πŸ’¬ You say: "setup python dev environment"

πŸ€– Clio does: Installs Python, pip, virtualenv, creates venv, installs common packages

Get Started in Seconds

Install Clio on Linux, macOS, or Android (Termux)β€”no experience needed

terminal Installation Command
curl -fsSL clipilot.themobileprof.com/clio | sh
1

Install Clio

Run the command above to install the Clio CLI assistant

2

Sync Modules

Run clio sync to download modules from the registry

3

Start Automating

Just type: clio "your task in plain English" β€” Clio handles the rest!