Download Klotho
- macOS
- Linux / WSL2
Package Manager
brew install klothoplatform/tap/klotho
macOS Binary Download (curl)
curl -fsSL "http://srv.klo.dev/update/latest/darwin/$(uname -m)?stream=pro:latest" -o klotho
chmod +x klotho
Linux / WSL2 Binary Download (curl)
note
Only amd64
is supported for Linux / WSL2 at this time.
curl -fsSL "http://srv.klo.dev/update/latest/linux/x86_64?stream=pro:latest" -o klotho
chmod +x klotho
For older versions (pre-v0.6.0), see our Releases page on GitHub.
Verifying your Installation
After installing Klotho, verify that your installation is working by running klotho --version
.
klotho --version
██╗ ██╗██╗ ██████╗ ████████╗██╗ ██╗ ██████╗
██║ ██╔╝██║ ██╔═══██╗╚══██╔══╝██║ ██║██╔═══██╗
█████╔╝ ██║ ██║ ██║ ██║ ███████║██║ ██║
██╔═██╗ ██║ ██║ ██║ ██║ ██╔══██║██║ ██║
██║ ██╗███████╗╚██████╔╝ ██║ ██║ ██║╚██████╔╝
╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝
Version: v0.6.3-darwin-arm64
Uninstalling Klotho
To uninstall Klotho, use the appropriate command for the package manager used. If you installed Klotho manually, delete the Klotho binary.