momo Code

AI coding agent that evolves with you. Two-speed self-evolution · built on opencode · Pioneer Agent inspired.

v1.0.0 MIT licensed Node ≥ 20 macOS / Linux 25+ LLM providers
$curl -fsSL https://momozi.cc/install | bash

macOS & Linux · ~60 s · no sudo required

01.Highlights

/evolve · fast loop

Bayesian tactic distillation. Thompson-sampling selector picks the right strategy from learned experience in milliseconds.

🏋️

/fine-tune · slow loop

Three-slice curriculum + ratchet gate. Promotes only candidates that don't regress, with full audit trail.

🔌

25+ LLM providers

OpenAI, Anthropic, OpenRouter, Zhipu, Moonshot, Doubao, Mistral, Groq, … Any OpenAI-compatible endpoint works.

🔐

Local-first

All state lives in ~/.momo/. No telemetry. No data leaves your machine. Open source & auditable.

🪶

Effect-powered

Type-safe runtime with composable error handling. The internals are small, readable, and test-covered.

🧬

Pioneer Agent inspired

Implements the two-speed evolution framework from arXiv:2604.09791 — fast experience + slow weight updates.

02.Quick start

stepcommandwhat it does
1curl -fsSL https://momozi.cc/install | bashinstall the CLI
2source ~/.zshrc   (or open a new terminal)pick up the new PATH
3momo /evolve --demooffline demo, 0 API key needed
4momo /fine-tune run --autofull curriculum + ratchet pipeline
5export MOMO_OPENAI_API_KEY=sk-…
momo "fix this bug"
real chat with any LLM

03.Architecture

Two-speed evolution algorithm
Two-speed evolution algorithm — KEP (fast) + MCGS (slow)
System technical architecture
System architecture · runtime · storage · provider layer

04.Where to go next

resourcewhat's there
Official websitefull product page, terminal demo, install one-liner
GitHub repositorysource code, README, issue tracker, releases
Install guideprerequisites, troubleshooting, uninstall
Evolution & fine-tune guidedeep dive into /evolve and /fine-tune internals
opencodethe base agent runtime momo extends
Pioneer Agent paperalgorithmic foundation (Fastino Labs, 2026)

05.Roadmap

milestonescope
v1.0 (current)static landing card · curl install · /evolve + /fine-tune offline
v1.1npm package · prebuilt binaries · signed macOS
v1.2this Space gets a Gradio playground for live tactic distillation
v1.3Gradio chat tab using HF Inference API (free demo, no key needed)
v2.0distributed tactic library · cross-user sharing with privacy guard