EXE
WinGet
typstyle
Wenzhuo Liu · 0.13.16 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
typstyle-aarch64-pc-windows-msvc.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Enter-tainer.typstyle
Version
0.13.16
Description
Beautiful and reliable typst code formatter
License
Apache-2.0
↗
Installer URL
https://github.com/typstyle-rs/typstyle/releases/download/v0.13.16/typstyle-aarch64-pc-windows-msvc.exe
Release Notes
- Due to ci configuration issues, we failed to publish v0.13.15. This release is a re-publish of v0.13.15 with the correct version number.
v0.13.15 - [2025-07-18]
- Feature(CLI): Add --diff option to show unified diff of formatting changes. This allows users to preview what changes would be made before applying formatting.
For example:
typstyle file.typ --diff
Output:
--- file.typ
+++ file.typ
@@ -1,3 +1,3 @@
-#let x=1+2
-#let y=(3*4)
+#let x = 1 + 2
+#let y = (3 * 4)
- Featu…