cd /news/ai-tools/show-hn-cli-integrated-latex-editor · home topics ai-tools article
[ARTICLE · art-30728] src=github.com ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

Show HN: CLI Integrated Latex Editor

Open Prism, a desktop LaTeX environment powered by the Claude CLI, lets users write, compile, and fix LaTeX documents using plain language without API keys. The tool runs locally, uses the user's existing Claude subscription, and supports Tectonic compilation and PDF export.

read2 min views1 publishedJun 17, 2026

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 yourclaude

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

── more in #ai-tools 4 stories · sorted by recency
── more on @claude 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-cli-integrat…] indexed:0 read:2min 2026-06-17 ·