A LaTeX workspace powered by your local Claude CLI — describe a document in plain language and watch Claude write, compile, and fix the LaTeX for you.
Open Prism is a desktop LaTeX environment built around the Claude CLI. Instead of bolting an API key onto a chat box, it spawns your locally installed, already-authenticated claude command — so the same Claude you run in your terminal drafts and revises the LaTeX, while you compile with Tectonic, inspect the PDF, and export to Downloads.
Why drive Claude through its CLI:
No API keys in the app. Auth lives in your Claude CLI; Open Prism never stores or sees a key.Your plan, your usage. Requests run through your existing Claude subscription/login, not a separate billing path.Local and private. The model is reached by spawning a local process on yourPATH
— nothing is proxied through a third-party server.
codex
is also supported as an alternative provider, but Claude is the first-class path.
| Draft with Claude | Compile | Iterate | Export |
|---|---|---|---|
| Chat in plain language; your local Claude CLI returns editable LaTeX. | Compile with Tectonic from inside the app. | Show Claude the errors, let it repair them, keep editing. | Save the latest compiled PDF directly to ~/Downloads . |
Get the latest macOS build from the Releases page.
The current packaged app is ad-hoc signed and not Apple-notarized. On first launch, macOS may require you to right-click the app and choose Open.
- macOS for the packaged desktop app
- The
installed, authenticated, and on your
claude
CLIPATH
(orcodex
as an alternative) Tectonicavailable on yourPATH
- Node.js 20+ if you are developing locally
npm install
npm run dev
npm run build
Create a macOS DMG:
npm run package:mac
The generated installer is written to dist/
.
Open Prism stores projects in ~/.openprism
. Each project is a plain folder
with your source files, assets, build output, and a .prism.json
metadata file.
The workspace includes:
- a file explorer for project folders
- a CodeMirror LaTeX editor
- a chat pane connected to your chosen local AI CLI
- a pdf.js preview pane
- a compile log for Tectonic errors
- save, compile, and PDF export actions in the top bar
~/.openprism/
my-paper/
main.tex
assets/
build/
main.pdf
.prism.json
settings.json
MIT