Skip to content

Hilbert (Tauri) v0.1.2

Choose a tag to compare

@aburousan aburousan released this 05 Jul 20:17

Hilbert — an offline editor for Typst (Unofficial). This is the lightweight Tauri build (~7 MB, ~half the RAM of the Electron build).

Independent, community-built. Not the Typst web app / IDE / compiler, and not affiliated with or endorsed by the Typst team.

What's new in this 0.1.2 build

  • Renamed to Hilbert. Documents now live in ~/Documents/Hilbert (the old ~/Documents/TypstEditor folder is migrated automatically on first launch).
  • Windows: no more console-window popups. Spawned tools (typst, git, python, julia, tinymist) run with CREATE_NO_WINDOW, so nothing flashes a terminal.
  • Windows: Python / Julia / Wolfram are now detected (PATH + PATHEXT, the py launcher, python.exe, conda/venv layouts).

Everything else from 0.1.2 is unchanged.

Downloads

  • Windows (x64): Hilbert-Tauri-0.1.2-Windows-x64-setup.exe (NSIS) or Hilbert-Tauri-0.1.2-Windows-x64.msi
  • macOS (Apple Silicon): Hilbert-Tauri-0.1.2-macOS-arm64.dmg — unsigned; first launch: right-click → Open.
  • Linux (x86_64): Hilbert-Tauri-0.1.2-Linux-x86_64.AppImage or Hilbert-Tauri-0.1.2-Linux-x86_64.deb

Requires the Typst CLI on your PATH.