Reame
Reame is a lean, fully-tested LLM inference server built on llama.cpp and designed for the hardware you already have — shared vCPUs, free-tier instances, even 2-core ARM boxes. Its core thesis: on a CPU, never compute the same thing twice. It caches prompts, prefixes, and past generations to disk (zstd + LRU), so the 100th request costs a fraction of the first. It exposes an OpenAI-compatible REST API (/v1/completions, /v1/chat/completions, SSE streaming, sessions, bearer auth, metrics) and runs a single model per process, CPU-only. Distinguished extras include persistent prefix KV caching, a generation archive (Palimpsest) that drafts repeat answers for free, self-regulating speculative decoding, and the Conclave (--best-of N consensus voting). It's free, MIT-licensed, and self-hosted — but deliberately focused: no GPU offload, no training, no model-management UX. Best for narrow, repetitive workloads (document extraction, batch pipelines, private code completion) rather than a general ChatGPT replacement.
✅ Pros / Advantages
- • CPU-first: runs on free-tier VPS, shared vCPUs, 2-core ARM
- • Disk KV + generation cache: request #100 costs a fraction of #1
- • OpenAI-compatible API (chat, completions, SSE, sessions)
- • Free, MIT-licensed, fully self-hosted
- • Self-regulating speculative decoding + Conclave voting
❌ Cons / Limitations
- • CPU-only — no GPU offload, slower than GPU servers
- • One model per process; not for serving many models casually
- • Young project, opinionated scope (no training, no model-management UX)
- • Documentation is partially in Italian
💰 Pricing Plans
Free (Open Source, MIT)
Pricing details are gathered from public sources and are subject to change. Please visit the official website for real-time rates.
Last updated: July 2026 · 9bests editorial review
✅ Who should use Reame
- • CPU-first: runs on free-tier VPS, shared vCPUs, 2-core ARM
- • Disk KV + generation cache: request #100 costs a fraction of #1
- • OpenAI-compatible API (chat, completions, SSE, sessions)
- • Free, MIT-licensed, fully self-hosted
- • Self-regulating speculative decoding + Conclave voting
⚠️ Who should look elsewhere
- • CPU-only — no GPU offload, slower than GPU servers
- • One model per process; not for serving many models casually
- • Young project, opinionated scope (no training, no model-management UX)
- • Documentation is partially in Italian
🎯 Common use cases
Autocompleting and refactoring code
Multi-file AI edits
Debugging and test generation
⚖️ Reame vs Cursor
| Reame | Cursor | |
|---|---|---|
| Rating | 4.2/5 | 4.8/5 |
| Pricing | Free (Open Source, MIT) | Free / $20/mo |
| Key strength | CPU-first: runs on free-tier VPS, shared vCPUs, 2-core ARM | Best AI code editor |
See the full head-to-head in our Reame vs Cursor comparison.
❓ Frequently asked questions
Is Reame free?
+
Reame offers a free tier (Free (Open Source, MIT)). Paid plans unlock higher limits and advanced features.
What is Reame best for?
+
Reame is best for CPU-first: runs on free-tier VPS, shared vCPUs, 2-core ARM and Disk KV + generation cache: request #100 costs a fraction of #1. Reame is a lean, fully-tested LLM inference server built on llama.cpp and designed for the hardware you already have — shared vCPUs, free-tier instances, even 2-core ARM boxes. Its core thesis: on a CPU, never compute the same thing twice. It caches prompts, prefixes, and past generations to disk (zstd + LRU), so the 100th request costs a fraction of the first. It exposes an OpenAI-compatible REST API (/v1/completions, /v1/chat/completions, SSE streaming, sessions, bearer auth, metrics) and runs a single model per process, CPU-only. Distinguished extras include persistent prefix KV caching, a generation archive (Palimpsest) that drafts repeat answers for free, self-regulating speculative decoding, and the Conclave (--best-of N consensus voting). It's free, MIT-licensed, and self-hosted — but deliberately focused: no GPU offload, no training, no model-management UX. Best for narrow, repetitive workloads (document extraction, batch pipelines, private code completion) rather than a general ChatGPT replacement.
How does Reame compare to Cursor?
+
Reame (4.2/5) and Cursor (4.8/5) serve overlapping needs. Reame stands out for CPU-first: runs on free-tier VPS, shared vCPUs, 2-core ARM, while Cursor is stronger at Best AI code editor. Choose based on your priority.
🔄 Top Alternatives to Reame
Related ToolsCursor
AI-first code editor built on VS Code
GitHub Copilot
AI pair programmer by GitHub/OpenAI
Windsurf (Codeium)
Free AI code completion and chat assistant
Replit Agent
AI-powered cloud IDE that builds full apps