@hostclube/atus
v0.1.6
Published
An open-source AI agent powered by the CloudVio proxy, bringing powerful AI models directly into your terminal.
Readme
Atus CLI
An open-source AI agent powered by the CloudVio proxy, bringing powerful AI models directly into your terminal.
Features
- Dynamic model loading: Models are fetched from the CloudVio proxy automatically
- API key authentication: Uses
vixAPI key by default - Proxy-first: Routes through CloudVio gateway instead of Google directly
- Built-in tools: File operations, shell commands, web fetching
- MCP support: Model Context Protocol for custom integrations
- Terminal-first: Designed for developers who live in the command line
Quick Start
# Set your API key (optional - defaults to 'vix')
export ATUS_API_KEY=vix
# Set proxy endpoint (optional - defaults to localhost:8000)
export ATUS_BASE_URL=http://your-proxy-ip:8000/v1
# Run
atusConfiguration
Environment Variables
| Variable | Description | Default |
|----------|-------------|---------|
| ATUS_API_KEY | API key for authentication | vix |
| ATUS_BASE_URL | CloudVio proxy base URL | http://localhost:8000/v1 |
| ATUS_CLI_HOME | Custom home directory | System home |
| ATUS_SANDBOX_IMAGE_DEFAULT | Sandbox Docker image | - |
Legacy GEMINI_* environment variables are still supported as fallbacks.
Installation
npm install -g @atus/cliOr run directly:
npx @atus/cliDevelopment
npm install
npm run build
npm startLicense
Apache 2.0
