ZIP
WinGet
Typst
Typst GmbH · 0.12.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
typst-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Typst.Typst
Version
0.12.0
Description
A new markup-based typesetting system that is powerful and easy to learn.
License
Apache-2.0
↗
Homepage
https://typst.app/
Installer URL
https://github.com/typst/typst/releases/download/v0.12.0/typst-x86_64-pc-windows-msvc.zip
Release Notes
Highlights
- Added support for multi-column floating placement and figures
- Added support for automatic line numbering (often used in academic papers)
- Typst's layout engine is now multithreaded. Typical speedups are 2-3x for larger documents. The multithreading operates on page break boundaries, so explicit page breaks are necessary for it to kick in.
- Paragraph justification was optimized with a new two-pass algorithm. Speedups are larger for shorter paragraphs and go up to 6x.
- Highly red…