Download Beskid CLI
Quick install
Section titled “Quick install”macOS + Linux
Section titled “macOS + Linux”curl -fsSL https://beskid-lang.org/install.sh | bashWindows (PowerShell)
Section titled “Windows (PowerShell)”iwr https://beskid-lang.org/install.ps1 -useb | iexDirect downloads (latest)
Section titled “Direct downloads (latest)”- Linux (x86_64):
https://cdn.beskid-lang.org/releases/latest/beskid-linux-amd64 - macOS (Apple Silicon):
https://cdn.beskid-lang.org/releases/latest/beskid-darwin-arm64 - Windows (x86_64):
https://cdn.beskid-lang.org/releases/latest/beskid-windows-amd64.exe
Versioned downloads
Section titled “Versioned downloads”Replace <version> with the tagged release (for example 0.1.0):
https://cdn.beskid-lang.org/releases/<version>/beskid-linux-amd64https://cdn.beskid-lang.org/releases/<version>/beskid-darwin-arm64https://cdn.beskid-lang.org/releases/<version>/beskid-windows-amd64.exe
Install location
Section titled “Install location”- macOS/Linux:
~/.beskid/bin/beskid - Windows:
%USERPROFILE%\.beskid\bin\beskid.exe
latest/always tracks the newest tagged release.- If you want reproducible downloads, use the versioned URLs.