An AI agent that runs from your terminal
Deploy, debug, and automate from your terminal — without switching tabs between AI, docs, and your code. Full-screen TUI. 54 providers. 150+ tools. One command. See all commands →
How It Works
From pip install to working agent in 60 seconds.
Install it, configure one API key, and start asking questions.
Why we built this
Every AI agent out there is either a SaaS product that locks you in, or a GitHub repo that needs 47 config files. We wanted something different: install it in one command, use any provider, own your data. HelloChusquis runs locally, talks to whichever AI provider you choose, and never phones home. Your API keys stay on your machine. Your conversations stay in your terminal.
Commands Reference
130+ tools. Zero browser tabs. All terminal.
From install to advanced workflows — here's how to get things done fast.
Terminal Commands
- hellochusquis Start interactive chat
- hellochusquis web Open web interface (localhost:8000)
- hellochusquis api Start REST API server (port 8080)
- hellochusquis config Open setup wizard
- hellochusquis config --show Display current configuration
- hellochusquis config --api-keys Edit API keys only
- hellochusquis config --providers Edit providers only
- hellochusquis --quick Quick setup with OpenRouter
- hellochusquis --full Full setup with all providers
In-Chat Slash Commands
- /help Show all available commands
- /status Provider status and response times
- /clear Clear conversation history
- /plan <task> Force multi-step plan for complex tasks
- 👍 / + Positive feedback — helps the agent learn
- 👎 / - Negative feedback — flags mistakes
- exit Quit the session
Plugin Management
- hellochusquis install <plugin> Install a community plugin
- hellochusquis uninstall <plugin> Remove a plugin
- hellochusquis plugins List installed plugins
- hellochusquis build Build the project
- hellochusquis learn Run learning pipeline
CLI Flags
- --port PORT Port for API/web (default: 8080/8000)
- --host HOST Host for API/web (default: 0.0.0.0/127.0.0.1)
- --quick Quick setup with OpenRouter only
- --full Full setup wizard with all providers
Get more done
Multi-step tasks with /plan
Complex tasks get auto-detected, but you can force a plan: /plan deploy my app to AWS with monitoring. Review steps before execution.
Web interface
Run hellochusquis web to chat from your browser at localhost:8000. Supports voice input/output, theme switching, and chat export.
REST API with streaming
Expose your agent over HTTP: hellochusquis api --port 8080. SSE streaming, rate limiting, health checks at /health.
Environment variables
HELLOCHUSQUIS_API_KEY=secret enables auth. DEBUG=1 for verbose logs. HELLOCHUSQUIS_UNSAFE_MODE=1 to skip security checks.
Provider failover
Add multiple providers. If one hits rate limits or goes down, the agent automatically switches to the next. Zero downtime.
Persistent memory
The agent remembers past sessions. Use 👍/👎 feedback to help it learn. Memory persists in ~/.hellochusquis/.
What people say
The terminal-first crowd already gets it.
Built by devs, for devs. Here's what they say after one pip install.
Replaced three different tools I was juggling. The auto-failover saved me during a Groq outage last week — switched to OpenRouter mid-task without me noticing.
The browser tool actually works on sites with anti-bot protection. Where my other browser scripts died on protected pages, this just handled it.
I run Ollama locally for most things and Ollama + HelloChusquis beats paying for a monthly AI subscription. No code leaves my machine, ever.
The pitch
Why a terminal agent beats another browser tab.
Features
The open source terminal AI agent.
Real features, real workflows. Not a feature list — a productivity upgrade.
Never lose a provider again
Chat your way — terminal, browser, or API
Automate your workflow in plain English
Tools you can use right now
Demo
How devs actually ship with HelloChusquis.
Real terminal output. No cherry-picking.
AI Providers
Never get stuck when a provider goes down.
Add as many as you want. The agent switches when one hits rate limits or goes down.
Major & Platform Providers
Enterprise & Cloud
Chinese & Asian Providers
Open Source & Local
Specialized
FAQ
Everything you asked, answered.
Get Started
Install once. Run forever.
Pick the method that works for you.
Requires Python 3.10+. Adds hellochusquis to your PATH.
macOS and Linux only.
For contributors. Editable install.