EmpryoEmpryo.beta
public beta · a living genome

code is a living system.

Empryo is the AI coding agent that reads your repo as an organism and sequences its genome — then edits by symbol, not string.

backed by 6 humans + LLM Gateway

the specimen · your repository

On launch Empryo reads every file and sequences its genome: a live, ranked dependency graph of every symbol, import, and call site. It edits by symbol, not string.

at a glance

  • symbols: 1,284
  • languages: 33
  • state: sequencing

immunity · it breaks itself first

Before a release ships, a hostile test pass attacks the exact build you download: macOS, Linux and Windows, terminal and desktop app. It interrupts answers mid-stream, rate-limits the model during an edit, hands it filenames nobody would type. Whatever breaks becomes a check that runs forever — and dendritic cells drive the product like a person, hunting for the bugs nobody thought to test.

at a glance

  • checks: 312
  • systems: 3
  • surfaces: 3

the Genome

A live dependency graph of every symbol, ranked by PageRank and git co-change. The agent walks it instead of grepping — context stays small and grounded in structure.

at a glance

  • references: 27
  • files: 14
  • context: 1.9k tokens

AST editing

Edits go through the syntax tree and language servers — never find-and-replace. 65+ operations, atomic across the graph, with a typecheck as the gate. Nothing breaks on whitespace.

at a glance

  • ops: 65+
  • refs: 27 · 14 files
  • strings: 0 touched

task router

A different brain per slot, per tab. Spark (the read-only explore agents) runs cheap; ember (the agents that write code) runs strong — you assign the routing. Mix any of 22 providers, or run local models for free.

at a glance

  • spark · explore: haiku
  • ember · edit: sonnet
  • providers: 22

time machine

Every prompt is a git checkpoint. Rewind the run and code and conversation rewind together — land on any earlier turn. Free compaction keeps long sessions cheap.

at a glance

  • checkpoints: git tags
  • keys: Ctrl+B / F
  • compaction: free

one organism, three bodies

The same graph-powered agent wherever you work — a native desktop app, a full terminal UI, or a headless CLI in your CI pipeline. One genome, three phenotypes.

at a glance

  • ch1: desktop
  • ch2: terminal
  • ch3: headless

a code-intelligence engine

Not a chat wrapper. The Genome, AST editing, full LSP + Mason (576+ servers), the task router, the time machine, and free compaction — one instrument.

at a glance

  • lsp: 576+ servers
  • themes: 39
  • skills: yes
symbiosis

kept alive by humans

Empryo evolved from SoulForge — same organism, next genome. Its sponsors carry forward, and every name here keeps the sequencing running.

1 language, taught by people who speak them. Yours is missing. The whole interface is one JSON file. Copy the English one, translate what you can, open a pull request. A half-finished file ships; whatever you skipped stays English until someone finishes it.

locales/ on GitHub