Skip to content

Typst Editor (Tauri) v0.1.1

Choose a tag to compare

@aburousan aburousan released this 03 Jul 15:20

The Tauri desktop build — same UI and features as the Electron version, but
one small native binary instead of a bundled Chromium + Node backend. ~15×
smaller
downloads and lower memory.

Fixes (same as Electron v0.1.1)

  • Toolbar colour picker: removed the resizer streak across the swatches.
  • Strike / Cancel (diagonal & cross): X/line now covers only the selected
    text, not the whole page.

Downloads

  • macOS (Apple Silicon)TypstEditor-Tauri-0.1.1-macOS-arm64.dmg (~6 MB)
  • Linux (x86_64) .debTypstEditor-Tauri-0.1.1-Linux-x86_64.deb (~7 MB, uses system WebKitGTK)
  • Linux (x86_64) AppImageTypstEditor-Tauri-0.1.1-Linux-x86_64.AppImage (self-contained)
Electron (v0.1.1) Tauri (tauri-v0.1.1)
macOS dmg 97 MB 6 MB
Linux 112 MB AppImage 7 MB .deb
Engine bundled Chromium + Node system WebView + Rust

Windows is not in this release (a working Windows build needs a native
Windows runner). Requires the Typst CLI on your PATH; Python/Julia/Wolfram
optional. Source code for this build is attached below.