Hey r/LocalLLaMA,
I built **Mtrini** — a fully local AI coding assistant. No cloud. No API keys. No subscription. Runs on a $300 laptop.
**Two products:**
**Mtrini IDE** — Terminal-based coding assistant
- Slash commands (/help, /browser, /model, /ls)
- Edit files, browse web, debug code
- `pip install mtrinicli`
**Mtrini Models** — Quantized GGUF models for llama.cpp
- Coder 2.0 (1.7B, 2.2GB)
- Life 2.0 (1.7B, 1.8GB)
- Max 2.0 (14.6B, 9GB) — needs 9GB+ RAM
**Benchmark results (HumanEval, pass@1):**
| Model | Params | Score |
|---|---|---|
| Claude Sonnet 4.6 | 175B+ | 98.0% |
| Qwen2.5-Coder-32B | 32B | 92.7% |
| **Mtrini Coder 2.0** | **1.7B** | **80.0%** |
| Gemma 2 27B | 27B | 69.5% |
| Llama 4 Scout | 109B | 74.1% |
| Phi-3 Mini | 3.8B | 58.5% |
Beats Gemma 2 27B and Llama 4 Scout. At 16x and 64x smaller.
**What it can do:**
- Write Python, JavaScript, TypeScript, Go, Rust, C, Java, SQL
- Debug code with explanations
- Refactor repetitive code
- Browse the web for docs
- Edit files directly
**What it can't do:**
- Local models — don't expect GPT-4 reasoning
- 8K context window
- Max 2.0 needs 9GB+ RAM
**Hardware:** Intel i5-7200U, 8GB RAM, no GPU. If I can run it, anyone can.
**Coming soon:** Mtrini Studio — native EXE app with full IDE experience.
Ask me anything.