Installation
Requirements
macOS and Linux are supported and require Swift 5.10 (Xcode 15.3 for macOS) or higher.
Package Managers
sh
brew install kattouf/sake/sake
sh
mint install kattouf/Sake
sh
# Option 1: Using UBI backend (faster to install, because it uses prebuilt binaries)
mise use -g "ubi:kattouf/Sake[exe=sake]"
# Option 2: Using SPM backend (takes longer to install, because it builds the package from source)
mise use -g spm:kattouf/Sake
toml
[tools]
# Option 1: Using UBI backend (faster to install, because it uses prebuilt binaries)
"ubi:kattouf/Sake" = { version = "latest", exe = "sake" }
# Option 2: Using SPM backend (takes longer to install, because it builds the package from source)
"spm:kattouf/Sake" = "latest"
Manual Installation
Download the binary for your platform from the releases page, and place it in your executable path.