Skip to content

2.1.0-rc2 - 2025-11-30

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Nov 22:43

Release Notes

Changed

  • Add a rust-toolchain.toml to try to fix dist for aarch64-pc-windows-msvc. See commit message for verbose details.

Install compile-typst-site 2.1.0-rc2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/wade-cheng/compile-typst-site/releases/download/v2.1.0-rc2/compile-typst-site-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/wade-cheng/compile-typst-site/releases/download/v2.1.0-rc2/compile-typst-site-installer.ps1 | iex"

Download compile-typst-site 2.1.0-rc2

File Platform Checksum
compile-typst-site-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
compile-typst-site-x86_64-apple-darwin.tar.xz Intel macOS checksum
compile-typst-site-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
compile-typst-site-x86_64-pc-windows-msvc.zip x64 Windows checksum
compile-typst-site-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
compile-typst-site-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
compile-typst-site-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum