Linux

Typst on Linux

No distribution packages tinymist, so the installer script is the usual route here.

With the installer script

Published with each release. It installs into ~/.local/bin and adds that directory to your PATH in your shell’s init file:

curl -LsSf https://github.com/Myriad-Dreamin/tinymist/releases/latest/download/tinymist-installer.sh | sh

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.

The script edits your shell’s init file, so a terminal that was already open will not see tinymist. Texpile reads the environment when it launches, so restart Texpile as well.

With Homebrew

Homebrew runs on Linux too:

brew install tinymist