@sypha-ai/cli
v2.2.0
Published
Sypha CLI - AI-powered coding assistant
Readme
Sypha CLI
The AI coding agent built for the terminal. Generate code from natural language, automate tasks, and run terminal commands — powered by 500+ AI models.
Visit sypha.ai
Install
npm install -g @sypha-ai/cliOr run directly with npx:
npx @sypha-ai/cliGetting Started
Run sypha in any project directory to launch the interactive TUI:
syphaRun a one-off task:
sypha run "add input validation to the login form"Features
- Code generation — describe what you want in natural language
- Terminal commands — the agent can run shell commands on your behalf
- 500+ AI models — use models from OpenAI, Anthropic, Google, and more
- MCP servers — extend agent capabilities with the Model Context Protocol
- Multiple modes — Plan with Architect, code with Coder, debug with Debugger, or create your own
- Sessions — resume previous conversations and export transcripts
- API keys optional — bring your own keys or use Sypha credits
Commands
| Command | Description |
|---------|-------------|
| sypha | Launch interactive TUI |
| sypha run "<task>" | Run a one-off task |
| sypha auth | Manage authentication |
| sypha models | List available models |
| sypha mcp | Manage MCP servers |
| sypha upgrade | Upgrade to the latest version |
Run sypha --help for the full list.
Alternative Installation
conda:
conda install -c sypha_ai sypha-cliLinks
License
Proprietary software. See LICENSE for details.
