The script handles both the flocks CLI and the Flocks Connect.app:
curl -sSfL https://flocks.sh/install.sh | sh
What it does:
1

Detect platform

Reads uname -s and uname -m. macOS Apple Silicon resolves to darwin-arm64; Intel Macs resolve to darwin-amd64.
2

Fetch + verify CLI

Pulls flocks-darwin-{arm64|amd64}.tar.gz from download.flocks.sh and verifies its SHA-256.
3

Install Flocks Connect

Mounts the signed DMG, copies the app to /Applications, strips the quarantine xattr.
4

Drop CLI on PATH

Moves flocks and flocks-tui to ~/.local/bin/. Prints a PATH hint if that directory isn’t on your $PATH yet.

Homebrew (coming in 0.2.0)

brew install --cask flocks/tap/flocks-connect

Skip the desktop app

FLOCKS_INSTALL_APP=0 curl -sSfL https://flocks.sh/install.sh | sh