The CLI is the whole toolchain — compiler, package manager, formatter, test runner and language server. Pick a path below.
$
curl -fsSL https://prismlang.pages.dev/install.sh | bash
$
curl -fsSL https://prismlang.pages.dev/install.sh | bash -s -- --fonts
$
curl -fsSL https://prismlang.pages.dev/uninstall.sh | bash
$
irm https://prismlang.pages.dev/install.ps1 | iex
$
iex "& { $(irm https://prismlang.pages.dev/install.ps1) } -Fonts"
$
irm https://prismlang.pages.dev/uninstall.ps1 | iex
Prebuilt binaries are published with each release. Checksums are verified automatically by the package managers above.
Direct binary links appear with the first stable release.
Run prism version
to confirm. The compiler reports its version, target triple and language server status.