Windows

Show SHA-256 Hide SHA-256 dbdc4763721c417e9ab9df7cdefd0a958eb1bb25ed1eb268b1de2ee749576226

macOS

kinglet-macos-arm64.tar.gz 11.4 MB Apple Silicon
Show SHA-256 Hide SHA-256 013659279b04cd385f98ad4f364d82660193c0c83b045c11d5553ef3b481b1ea

Linux

kinglet-linux-x64.tar.gz 11.8 MB glibc 2.31+
Show SHA-256 Hide SHA-256 3f1cd8cfbfce6e98a5ebde7f220eea04e7f70b09d8740fa25299de7532f87f84

Install

Linux / macOS

$ tar xzf kinglet-*.tar.gz
$ sudo cp -r bin lib /usr/local/

# Add the bin directory to your PATH:
$ export PATH="$PWD/bin:$PATH"

Windows PowerShell

PS> tar xzf kinglet-windows-x64.tar.gz
# Add the bin directory to your PATH:
PS> $env:Path += ";$PWD\bin"

Verify the archive

Download SHA256SUMS from the release page and verify:

$ curl -LO https://github.com/kinglet-lang/bootstrap/releases/download/v0.1.0/SHA256SUMS
$ sha256sum -c SHA256SUMS

Older releases

v0.1.0 is the first public release. Future releases will be listed here.