teveus Download

The terminal for AI coding

One fast, good-looking app for Claude, GPT, Gemini or a model on your own machine.

~/demo-app
>_ teveus · ask first · haiku-4-5
The test fails. Fix the bug in cart.go.
Bash find . -name "*.go"
└ cart.go cart_test.go
Read cart_test.go, cart.go

Line 9 multiplies the sum by the discount instead of taking it off, so 30 with 10% off comes to 3, not 27.

Allow Edit? cart.go
- return sum * discount
+ return sum * (1 - discount)
y allowa alwaysn deny
Edit cart.go · 1 line changed
/undo
restored cart.go
done

Works with the AI you already use

Your Claude plan

Pro or Max, through the official Claude Code CLI. No per-token bill.

Your own keys

OpenAI, Anthropic, Gemini, OpenRouter and more. Keys stay on your machine.

Fully local

Ollama or LM Studio. Nothing leaves your computer.

Claude Pro & Max · OpenRouter · OpenAI · Gemini · Anthropic API · Groq · DeepSeek · xAI · Mistral · Ollama · LM Studio

Made for the keyboard

Questions

Do I need Claude Code?

Only for a Claude Pro or Max plan. Other providers work without it.

Where are my keys stored?

In ~/.config/teveus/auth.json on your machine, readable only by you.

How do I uninstall?

Delete ~/.local/bin/teveus and ~/.config/teveus.

Start coding with teveus

macOS arm64 macOS x86-64 Linux x86-64 Linux arm64 Windows x86-64