@toni77777/ultron-ai
v1.4.1
Published
Personal coding agent — Groq-powered, runs from any terminal
Maintainers
Readme
ultron-ai
Personal coding agent. Groq-powered. Works in Windows CMD, Linux terminal, and Android Termux.
Install
npm i -g ultron-aiSetup API Key
Get a free key at console.groq.com → API Keys → Create
Windows CMD:
setx GROQ_API_KEY "your_key_here"Close and reopen CMD after this.
Linux / Android Termux:
echo 'export GROQ_API_KEY="your_key_here"' >> ~/.bashrc && source ~/.bashrcRun
cd your-project-folder
ultronUsage
Ultron ❯ build a login page
Ultron ❯ fix the bug in server.js
Ultron ❯ explain what this code does
Ultron ❯ add tests for the auth moduleUltron reads your project files, edits them directly, and runs commands — no copy-pasting.
Auto-picks the best model per task:
fix/debug/error→ DeepSeek R1 70B (reasoning)build/create/add→ Llama 3.3 70B (coding)explain/what/show→ Llama3 8B (fast)
Commands
/help list commands
/files show files Ultron can see
/memory show project memory
/exit quitRequirements
- Node.js 18+
- Free Groq API key
