コマンドラインインストール
Typst は、Web アプリケーションとしてブラウザ上で利用する方法と、ローカル環境にインストールして利用する方法があります。詳細は公式サイトを参照してください。
- Web アプリケーション: https://typst.app/
- ローカルへのインストール: https://github.com/typst/typst?tab=readme-ov-file#installation
以下は代表的なパッケージ管理ソフトでのインストール方法です。
winget(Windows)
Section titled “winget(Windows)” winget install --id Typst.Typst
scoop(Windows)
Section titled “scoop(Windows)”scoop install typst
cargo install --locked typst-cli
Snap(Linux)
Section titled “Snap(Linux)”sudo snap install typst
mise use -g typst