Unibench documentation
A native macOS app for AI-native polyglot developers — manifest-driven local environments, dependency-graph UI, blessed services for Postgres / Redis / Qdrant / Ollama / MinIO, BYOK AI agent.
Start here:
- Quickstart — zero to a running RAG project in five minutes.
- Concepts — the four principles, project model, recipe model.
Reference:
- Manifest reference — auto-generated
from the typed manifest in
unibench-manifest. - Service-type reference — per type: defaults, exposed knobs, inspection-drawer contents, escape hatches.
- Recipe library —
frontend-vite,frontend-nextjs, and what apply does.
Operations:
- Troubleshooting — common failures with workarounds. The embedded known-issues catalog matches the same signatures inline in the GUI's error banner; the AI agent's Diagnose tab handles the long tail.
The CLI surface is discoverable via unibench --help and
unibench <subcommand> --help; each subcommand maps to one IPC
request, all of which the GUI uses too.