Home Docs Download About Contact
Download
Install

Download Prism

The CLI is the whole toolchain — compiler, package manager, formatter, test runner and language server. Pick a path below.

Install macOS · Linux · BSD
              $
              curl -fsSL https://prismlang.pages.dev/install.sh | bash
            
Install macOS · Linux · BSD Full font catalog + Prism
              $
              curl -fsSL https://prismlang.pages.dev/install.sh | bash -s -- --fonts
            
Uninstall macOS · Linux · BSD
              $
              curl -fsSL https://prismlang.pages.dev/uninstall.sh | bash
            
Install Windows (PowerShell)
              $
              irm https://prismlang.pages.dev/install.ps1 | iex
            
Install Windows (PowerShell) Full font catalog + Prism
              $
              iex "& { $(irm https://prismlang.pages.dev/install.ps1) } -Fonts"
            
Uninstall Windows (PowerShell)
              $
              irm https://prismlang.pages.dev/uninstall.ps1 | iex
            

Binary downloads

Prebuilt binaries are published with each release. Checksums are verified automatically by the package managers above.

Windows Linux x64 Linux arm64 macOS arm64

Direct binary links appear with the first stable release.

Verify your install

Run prism version to confirm. The compiler reports its version, target triple and language server status.