Public mirror for Swall CLI binaries. The main product repo is private; this repo exists so the one-line installer and Homebrew formula can pull binaries without requiring auth.
# macOS / Linux
curl -fsSL https://install.swall.app | sh
# Windows (PowerShell)
irm https://install.swall.app/ps1 | iex
# Homebrew (macOS / Linux)
brew install 30xcompany/tap/swallOnce installed:
swall setup # connect to Swall Cloud
swall setup self-host # connect to your own serverOn every tagged release (vX.Y.Z) the main repo's CI runs GoReleaser
and uploads these assets to this repo under
/releases/v<version>/:
| File | Platform |
|---|---|
swall_darwin_amd64.tar.gz |
macOS · Intel |
swall_darwin_arm64.tar.gz |
macOS · Apple Silicon |
swall_linux_amd64.tar.gz |
Linux · x86_64 |
swall_linux_arm64.tar.gz |
Linux · arm64 |
swall_windows_amd64.zip |
Windows · x64 |
checksums.txt |
SHA-256 for all artifacts |
The installer downloads the appropriate archive, verifies checksums
(on Windows), and drops swall on your PATH.
- Installer landing: https://install.swall.app
- Installer source: https://github.com/30xcompany/swall-cli-installer
- Homebrew tap: https://github.com/30xcompany/homebrew-tap
- Product: https://swall.app
- Docs: https://swall.app/docs
CLI source: MIT (see the product repo if you have access). Binary distributions published here: MIT.