Static binaries. No installer. No dependencies.
# macOS (Apple Silicon)
curl -L https://binaries.blakesai.com/goose/goose-darwin-arm64 -o goose && chmod +x goose
# macOS (Intel)
curl -L https://binaries.blakesai.com/goose/goose-darwin-amd64 -o goose && chmod +x goose
# Linux (x86_64)
curl -L https://binaries.blakesai.com/goose/goose-linux-amd64 -o goose && chmod +x goose
# Move to PATH (optional)
sudo mv goose /usr/local/bin/goosegoose flight.tlog
goose --filter msg=ATTITUDE flight.tlog | jq .fields
goose --hexdump --filter msg=HEARTBEAT flight.tlog
goose --tui udp:14550
goose --include -n 100 tcp://192.168.1.1:5760