Changed
- The repository moved from
jamiesun/scootto the
scootshiporganization
(scootship/scoot). All references
were updated accordingly ([#202]): the release workflow now publishes to
scootship/homebrew-tapandscootship/apt-tap,install.shdefaults to
scootship/scoot, and the install instructions across the README, release
footer, and bilingual docs usebrew install scootship/tap/...and the
scootship.github.io/apt-tapapt source.
Install
curl -fsSL https://raw.githubusercontent.com/scootship/scoot/main/install.sh | shAdd SCOOT_INSTALL_EDGE=1 to the same command to also install the optional
scoot-edge fleet companion (never installed unless requested).
macOS (Homebrew):
brew install scootship/tap/scoot # the agent
brew install scootship/tap/scoot-wasm # optional Wasm compute-unit host (pulls in scoot)
brew install scootship/tap/scoot-edge # optional fleet companion (pulls in scoot)Debian/Ubuntu (apt, amd64/arm64/armhf):
curl -fsSL https://scootship.github.io/apt-tap/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/scootship-apt-tap.gpg
echo "deb [signed-by=/usr/share/keyrings/scootship-apt-tap.gpg] https://scootship.github.io/apt-tap stable main" | sudo tee /etc/apt/sources.list.d/scootship-apt-tap.list
sudo apt update
sudo apt install scoot # the agent
sudo apt install scoot-wasm # optional Wasm compute-unit host (pulls in scoot)
sudo apt install scoot-edge # optional fleet companion (pulls in scoot)Build flavors
Prebuilt archives are ReleaseSafe only (runtime safety checks on). If you
need a smaller binary, compile from source:
zig build -Doptimize=ReleaseSmall # smallest, fewer safety checksEach target also ships a separate scoot-wasm-* archive (the optional
standalone Wasm host) and a separate scoot-edge-* archive (the optional
fleet companion). The zero-dependency core scoot binary never embeds either.