AI-powered coding assistant in your terminal. Chat, analyze, generate and refactor code using free AI models — locally or in the cloud.
Download the latest version from the Releases page.
- 💬 Chat — conversational coding assistant with session history
- 🔍 Analyze — find bugs, performance issues, bad practices
- ⚡ Generate — describe what you need, get production-ready code
- 🔧 Refactor — clean up and improve existing code
- 📡 Streaming — real-time responses with Markdown rendering
- 🌐 Offline — works fully offline with Ollama
- 📁 File ops — AI can create and edit files directly
- 🔑 License — protected with license key system
| Provider | Type | Cost |
|---|---|---|
| Ollama | Local | Free |
| Groq | Cloud | Free |
| OpenRouter | Cloud | Free (28 models) |
| Gemini | Cloud | Free tier |
| HuggingFace | Cloud | Free tier |
juzzyai # start chat
juzzyai analyze --file main.py # analyze a file
juzzyai generate # generate code
juzzyai refactor --file main.py # refactor a file
juzzyai history # view chat history| Command | Description |
|---|---|
/help |
Show all commands |
/new |
New session |
/sessions |
List sessions |
/copy |
Copy last response |
/clear |
Clear screen |
/reset |
Reset profile |
/exit |
Exit |
Copyright (c) 2026 Zhussup. All rights reserved. See LICENSE for details.