Scoop is a command-line installer for Windows. Now there’s a scoop bucket under Typst Community · GitHub containing various unofficial Typst tools.
> scoop bucket add typst-community https://github.com/typst-community/scoop-bucket
# Or scoop bucket add typst-community ssh://git@github.com/typst-community/scoop-bucket
> scoop install tinymist typstyle tytanic …
# It will download binaries from GitHub and put them on $env:Path.
I created it with the help of tingerrr a few days ago. But I wasn’t sure if app manifest autoupdate was working, until tinymist/typlite released a new version (v0.13.16).
Note that some tools are not included due to technical limitations.
- mitex and utpm do not publish binaries in GitHub Releases or anywhere. If they support cargo binstall / quickinstall later, they can be added.
- TyX does publish binaries, but doesn’t offer a portable version as katvan does. I tried the trick of renaming
setup.exe
todl.7z
, but the program just failed to start.
Initial discussion: How about adding a scoop bucket? · typst-community · Discussion #20 · GitHub
Same post on Discord: Discord
List of currently included tools
-
Writing
-
Conversion and generation
-
Package development
-
Miscellaneous
- typst-ts-cli, for running in JavaScriptWorld
- typst-upgrade, for upgrading typst packages
- typstscript, for creating screenplays
-
Extensions
- mdbook-typst-highlight, for highlighting typst code in mdBook