Open source · MIT · 100% local

Your AI coding agent,
right in your terminal

Vexi reads your project, edits your files, and remembers your decisions. Bring your own key from any provider. No signup, no server, no cost.

$npm install -g vexi
tarek@dev ~/my-project — vexi
Vexi — AI coding agent v0.1.0
 
✓ Provider detected: Groq (saved · chmod 600)
✓ Project scanned: Next.js + Supabase · 47 files
✓ Memory loaded: 3 previous sessions
 
fix the JWT bug in auth.ts
↳ memory: "User chose JWT for authentication"
Found it — auth.ts:24 uses expiresIn: 30 (30 seconds):
- jwt.sign(payload, SECRET, { expiresIn: 30 })
+ jwt.sign(payload, SECRET, { expiresIn: "30m" })
✓ auth.ts updated · logged to replay
Features

Everything you need, nothing you don't

Built for developers who live in the terminal.

One-command install

npm install -g vexi and you're running. Works on Windows, Mac, and Linux. No config files.

Bring your own key

Auto-detects your provider from the key. Groq, Gemini, Anthropic, OpenAI, OpenRouter. Stored locally only.

Never forgets

Context Compression Engine keeps a running summary of your decisions. No more re-explaining your project.

Understands your project

Scans your entire codebase, not just the open file. Respects .gitignore, skips node_modules.

Session replay

Export any session as an interactive HTML you can share. Watch the AI build, step by step.

Explains in your language

The first AI tool that explains any code in Arabic, Spanish, Portuguese, French, or English.

Comparison

How Vexi compares

FeatureVexiOpenCodeClaude CodeCursor
One-command installcomplexcomplexapp
BYOK any providerpartialAnthropic onlypartial
Context memorypartialpartial
Multi-language explain5 languagesEN onlyEN onlyEN only
Open source✓ MIT
No server needed
Providers

Use any AI provider

Vexi detects your provider automatically from the key format.

Groq FREE
Google Gemini FREE
Anthropic Claude BYOK
OpenAI BYOK
OpenRouter BYOK
Mistral BYOK
About

Why Vexi exists

Most AI coding tools are complex to install, locked to one provider, or send your code to a server. Vexi takes the opposite path.

It's a single npm install, works with any API key you already have, and runs 100% on your machine. Your code and keys never leave your computer.

Vexi is open source under the MIT license and built for developers everywhere — with first-class support for Arabic, Spanish, Portuguese, French, and English.

1command to install
6+AI providers supported
5languages
100%local · no server · MIT
Contact

Get in touch

We'd love to hear from you

Questions, feedback, bug reports, or partnership ideas — reach out anytime.

hello@vexi.pro
Found a bug? Open an issue on GitHub
Privacy & Terms

Privacy Policy & Terms

Start coding with Vexi today

Free, open source, and yours to keep. One command away.

$npm install -g vexi