Multi-provider by default
Switch instantly between Groq, Gemini, Cloudflare, OpenRouter, OrcaRouter, OpenAI, Anthropic, Mistral, and Cohere without reconfiguring your workflow.
AI coding assistant CLI
YOHAN CODE connects every major model provider into one minimal, keyboard-first shell experience.
Features
No browser tabs. No context switching. Just code, conversation, and control.
Switch instantly between Groq, Gemini, Cloudflare, OpenRouter, OrcaRouter, OpenAI, Anthropic, Mistral, and Cohere without reconfiguring your workflow.
Add multiple API keys per provider. YOHAN rotates through them when you hit a rate limit, so the conversation keeps flowing.
Every session gets its own workspace. Run commands, manage files, and inspect generated code without touching your system.
Drop a .md file into the skills folder and YOHAN applies it automatically. Extend behavior without writing code.
Providers
Commands
/helpShow all commands/provider <name>Switch provider/model <name>Switch model/providersList available providers/modelsList models for current provider/skill add <path>Install a skill from a .md file/skill listList installed skills/sandboxShow sandbox info/sandbox exec <command>Run a command in the sandbox/clearClear conversation/resetStart a new session/exitQuit YOHANInstall
git clone https://github.com/yo196han/Yohan-Code-AI.git
cd Yohan-Code-AI
pip install -e . --break-system-packages
cp .env.example .env
# Add your API keys, then run:
yohan