Installation
Get Cliio up and running on your Mac in just a few minutes.
System Requirements
- macOS 11 Big Sur or later
- 50 MB of free disk space
- At least one AI CLI installed (Claude Code, Codex, or Gemini)
Installation Methods
Homebrew (Recommended)
RecommendedThe easiest way to install Cliio is via Homebrew. This method handles installation, updates, and uninstallation automatically.
Install Homebrew (if not already installed)
If you don't have Homebrew installed, run this command in your terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Add the Cliio tap
brew tap yourusername/cliioInstall Cliio
brew install --cask cliioThat's it! Cliio is now installed in your Applications folder.
Keeping Cliio Updated
brew upgrade cliioDirect Download
Download the DMG file directly if you prefer manual installation.
Download the DMG
Download the latest version from the official website:
Download Cliio.dmgOpen the DMG file
Double-click the downloaded Cliio.dmg file to mount it.
Drag to Applications
Drag the Cliio app icon to your Applications folder. That's it!
Security Notice
Post-Installation
After installing Cliio, you'll need to have at least one AI CLI tool installed.
Claude Code
npm install -g @anthropic-ai/claude-codeCodex CLI
npm install -g openai-codex-cliGemini CLI
npm install -g @google/gemini-cliOptional: Install tmux for Session Persistence
brew install tmuxLearn more in the Session Persistence guide.
Next Steps
Now that Cliio is installed, learn how to create your first agent and start coding.
Quick Start Guide