Skip to content

Installation

Seal is currently distributed through GitHub Releases.

Standalone Installer

On macOS and Linux:

Bash
1
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/MatthewMckee4/seal/releases/download/0.0.1-alpha.5/seal-installer.sh | sh

On Windows:

PowerShell
1
powershell -ExecutionPolicy Bypass -c "irm https://github.com/MatthewMckee4/seal/releases/download/0.0.1-alpha.5/seal-installer.ps1 | iex"

The installer selects the correct prebuilt archive and places seal on your path. Confirm the installation with:

Bash Session
1
seal self version

Prebuilt archives and SHA-256 checksums are available on the GitHub Releases page.

Warning: Seal is in alpha. Releases may contain breaking changes, and Seal is not yet published to crates.io or other package registries.

Continue with the quick start to configure a project.