Windows

Typst on Windows

Either route is one command.

With winget

Already on Windows 10 and 11, so this is the shortest route:

winget install Myriad-Dreamin.Tinymist

Without a package manager

The project publishes a standalone installer with each release. It puts tinymist in %USERPROFILE%\.local\bin and adds that directory to your account’s PATH:

powershell -c "irm https://github.com/Myriad-Dreamin/tinymist/releases/latest/download/tinymist-installer.ps1 | iex"

This downloads a script from the tinymist project’s releases and runs it immediately. Texpile does not control that script or that release. Open the URL in a browser and read it first if you would rather check what it does.

A Command Prompt that was already open will not see the new PATH until you close and reopen it. Texpile reads the environment when it launches, so restart Texpile too.