Get CLIO up and running on your system
Perl 5.32 or higher (usually pre-installed on macOS and Linux)
# Check your Perl version
perl --version
Git - Required for version control operations
# Check Git installation
git --version
Standard Unix Tools: curl, rsync, ssh (for remote execution)
You need one of the following:
brew tap SyntheticAutonomicMind/homebrew-SAM
brew install clio
# 1. Clone the repository
git clone https://github.com/SyntheticAutonomicMind/CLIO.git
cd CLIO
# 2. Run installer
sudo ./install.sh
# 3. Verify installation
clio --version
# Start CLIO
clio
# Inside CLIO, login:
: /api login
# Follow browser prompts to authorize with GitHub
# Start CLIO
clio
# Configure provider:
: /api set provider openai
: /api set key YOUR_API_KEY
: /api set model gpt-4o
: /config save
# Start a new session
clio --new
# Or continue previous session
clio