Agent-native · Local-first · Open source

Write and code in one place

A writing environment built on Zed. You and your agents work on notes, papers, and code in one window, all on your own machine.

Start with

ZedThe editor you already love

Suzuri adds

  • Obsidian-style live previewMarkdown renders in place, with wikilinks and backlinks
  • An Overleaf-style PDF paneRead your sources beside the draft you are writing
  • Typst and LaTeX typesettingModern, lightning-fast typesetting with instant preview
SuzuriOne window, over plain files on your own machine

Suzuri is Zed with three additions. Nothing you rely on in Zed is taken away.

The Panes

The missing writing environment

The notes, the draft, and the sources open side by side in the same editor — each pane a file type Suzuri understands natively.

.md

Writing

Markdown renders in place and reveals its source when your cursor touches it.

Editable tables · resizable images · paste-to-attach screenshots

.pdf

Reading

A native PDF pane with continuous scroll, zoom, and real text selection.

Built on hayro · reloads when the file changes on disk

.tex

LaTeX

LaTeX in one pane, the compiled PDF in the other, with Tectonic doing the work.

No TeX distribution to install or babysit

.typ

Typst

Typst does the same, faster — the PDF updates a second after you stop typing.

Typst installs itself the first time you need it

Your agents work here too: they draft, import, and cite in the same plain files you edit — you verify and publish.

A look inside

What it looks like to work in

One window, one folder of plain files, and a pane for whichever format you are looking through.

Live preview

Live preview

Markdown renders in place — images, tables, checkboxes, citation chips. The line under your cursor shows its source; everything else stays a document.

Typst and LaTeX, compiled as you write

Typst and LaTeX, compiled as you write

Write the paper on the left and watch the PDF update on the right, a second after you stop typing. Compilers install themselves the first time you need them.

Agents work where your files are

Agents work where your files are

The same agent panel you know from Zed, now with your notes and papers in reach: it drafts, imports, and cites in the plain files on your disk, and you review the diff.

Get Started

Start writing and coding

Suzuri is early and in active development, built in the open and dogfooded daily. Expect sharp edges.

On macOS, open the DMG and drag Suzuri to Applications. On Windows, SmartScreen shows a warning — choose “More info → Run anyway”. Older builds are on the releases page.

macOS · Apple SiliconDownload .dmg — signed and notarizedmacOS · IntelDownload .dmg — signed and notarizedWindowsDownload .exe — unsigned, SmartScreen will warn

Or build from source

clonegit clone https://github.com/harrywang/suzuri.git && cd suzuri
runcargo run --profile release-fast