Full context.
Fewer tokens.

Cheburnexus compiles your whole project into verified structure the LLM can actually use — so it reasons about facts instead of burning tokens on guesses.

Verified with
Claude Code Codex
+ any MCP-compatible console
Cheburoplatypus
01
Token-economy engine

The LLM never reads
your project.

It doesn't parse source or spend tokens re-deriving structure. Cheburnexus indexes the whole project up front and hands the model compiler-level verified facts as compact JSON — so it reasons from truth and works faster.

raw_source_chars / 4 ≈ saved_tokens
Measured on UnityStation — an open-source Unity project.
3,265 files · 26,615 dependencies indexed.
RAW SOURCE → LLM
{{ tinDisplay }}tokens · 12.2M chars
≈{{ multDisplay }}× provides up to × token savings compared to full raw‑source ingestion
150–300× typical in practice, where only 50–100 key files are ever read
CHEBURNEXUS FACTS · JSON
1,786tokens · full context
01 · INDEX
Scan the project
Files, classes, dependencies and metrics — the whole tree, in one pass.
02 · GRAPH
Build the structure
File relationships, call chains and architectural layers as one graph.
03 · COMPRESS
Millions → thousands
Millions of characters distilled into hundreds–thousands of tokens.
04 · EMIT
Structured JSON
The LLM receives ready-to-use facts — no raw source, no re-parsing.
02 MCP / LLM integration

20+ tools your agent can call.

Structured facts over raw code. Persistent between sessions via a sidecar cache — no rescanning every time.

cheburnexus · mcp

{{ toolDesc }}

{{ toolOutput }}
03
The core principle

Only facts. Never guesses.

Cheburnexus reports unresolved targets as UNKNOWN — a deliberate, high‑signal marker that keeps agents from acting on hallucinated confidence.

FINDING · HubNotConnectedPopUp.cs:41
inspector_only — live entry point
Wired to 2 UnityEvent listeners (Button.onClick) in Managers.prefab and NestedManagers/UIManager.prefab.
Never called from C#, but never dead.
Not guessed. Traced through the actual prefab wiring.
unused — safe to delete
Roslyn/Rider: no call sites found in source.
Confident recommendation to remove.
This is exactly what breaks your game.
04 Testimonials

Trusted by builders.

A living wall of what teams say after shipping with Cheburnexus.

Use ‹ › to browse
“{{ c.quote }}”
★★★★★
{{ c.initial }}
{{ c.name }}
{{ c.role }}

* Sample testimonials — replace with real quotes.

“{{ r.quote }}”
★★★★★
{{ r.initial }}
{{ r.name }}
{{ r.role }}
05 Pricing

Compare tiers at a glance.

Two product families, one ledger. Code plugins and game engines are priced differently — pick yours below.

Launch sale Pro $5/mo — or $3.99/mo billed yearly. Limited time.
{{ familyNote }}
{{ periodNote }}
Plan
Free
$0/mo
Free forever
Popular
Pro
{{ proOrig }}{{ proPrice }}/mo
{{ proBilled }}
ProMax
{{ proMaxOrig }}{{ proMaxPrice }}/mo
{{ proMaxBilled }}
{{ r.label }}
{{ r.free }}
{{ r.pro }}
{{ r.promax }}
{{ p.name }} {{ p.badge }}
{{ p.orig }} {{ p.price }} /mo
{{ p.billed }}
{{ p.ctaLabel }}
{{ f.label }} {{ f.val }}
NOTE {{ parityNote }}
{{ rosterLabel }}
{{ p.name }} {{ p.pill }}
Buy extra CheburTokens
Soon
Top up your token balance beyond your plan limit. One-time add-on — coming soon.
Unavailable
06 Unity package Coming soon

Unity ships as a package — soon.

The Unity engine integration is in private beta. When it ships you'll grab it from the Asset Store or download the importable .unitypackage and drag it into your project. Language plugins (VS Code / JetBrains) are live now — see get the plugins.

U
Cheburnexus for Unity
v0.8 beta · .unitypackage · Unity 2021.3 LTS+ · not yet released
Asset Store Download .unitypackage

* Unity support is not available for purchase or download yet — join the waitlist to be notified.

The credo

Facts, not vibes.

Four commitments we don't compromise — and one loop that keeps us honest.

01
Real compiler, not regex.
Facts come from the actual compiler pass — types, symbols, references. Never a heuristic guess dressed up as certainty.
02
Built for coding agents.
Ready-to-use project context for LLMs — structured, connected and action-oriented, not a raw text dump.
03
Untangles what grep can't.
Circular deps, dead paths, editor-time wiring — mapped into one graph the model can actually follow.
04
Local-first by default.
Verified facts for your LLM without shipping your source to the cloud.
manifesto.cheburoplatypus
1while (true) {
2 emit("The era of Cheburnet gives birth to Cheburnexus.")
3 emit("Cheburnexus leads to token savings.")
4 emit("Token savings create good times.")
5 emit("Good times create soft people.")
6 emit("Soft people create Cheburnet.")
7} // ↺ never breaks