v0.1.0 — open source

AI coding assistant
for your terminal

Like Claude Code or Gemini CLI — powered by free models via OpenRouter. No GPU. No subscription. Works on any machine.

$ pip install devmind

then: dmind init
~/my-project — dmind
✓ Ready Python project │ 24 files indexed │ model: nemotron-120b Commands: 'exit' to quit • 'model' to switch • 'scan' to rescan You ❯ find the bug in auth.py DevMind is thinking... Found it — line 34 in auth.py. You're comparing hashed passwords directly instead of using bcrypt.checkpw(). - if user.password == password: + if bcrypt.checkpw(password.encode(), user.password): Apply this change? [y/n]: y ✓ Applied changes to auth.py

Project-aware

Scans your codebase on startup, picks the most relevant files per query automatically.

Edits with confirmation

Suggests code changes as diffs, shows them, and asks before writing anything to disk.

Auto model fallback

Rate limited? DevMind silently tries the next free model without interrupting you.

No GPU needed

Runs powerful 70B+ models remotely. Works on any laptop with an internet connection.

File creation

Ask it to create new files with full content. Always reviews before writing.

Session memory

Remembers your conversation within a session. Ask follow-ups naturally.


Free models via OpenRouter
nvidia/nemotron-120b best quality
meta-llama/llama-3.3-70b free
google/gemma-3-27b free
meta-llama/llama-3.1-8b free

Get started in 2 minutes

Free OpenRouter key + pip install. That's it.

Get your free API key →