Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Swall CLI — binary releases

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.

Install the CLI

# 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/swall

Once installed:

swall setup           # connect to Swall Cloud
swall setup self-host # connect to your own server

What's here

On 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.

Links

License

CLI source: MIT (see the product repo if you have access). Binary distributions published here: MIT.

About

Public binary mirror for Swall CLI — source of truth for curl installer downloads.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors