Silent Install HQ
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

SHA256 1ffdf8bc38d5906f52128f0a66d9a0d0e9e858425437df9d3443778a8218b15d VirusTotal ↗
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
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…