AI-powered cloud IDE by HeySalad. Like Claude Code, but for cloud workspaces.
npm install -g @heysalad/cheri-cli# Login to your Cheri account
cheri login
# Check account status
cheri status
# Launch a cloud workspace
cheri workspace launch owner/repo
# List your workspaces
cheri workspace list
# Stop a workspace
cheri workspace stop
# Initialize AI project config
cheri init
# Manage persistent memory
cheri memory show
cheri memory add "Always use TypeScript strict mode"
cheri memory clear
# View/update configuration
cheri config list
cheri config set apiUrl https://cheri.heysalad.appcheri loginopens your browser for GitHub OAuth, then you paste your API tokencheri workspace launchspins up a cloud workspace with code-server (VS Code in browser)cheri memorystores persistent context that follows you across sessionscheri initcreates a local.ai/directory with project constitution files
- Node.js >= 18
MIT - HeySalad