Download

Get ribo

ribo is the tissue command-line client — deploy Cells, manage c3 databases, g7 buckets, vault secrets, custom domains, and sensor devices. A single self-contained binary: no runtime, no dependencies.

2026.07.4 Latest released July 28, 2026
PlatformSizeSHA-256
macOS Apple Silicon 4.3 MB 5cab02ccb96d936bfbea5bd6ff31fb8825b14768f347978e0a16af92f21427bf download
macOS Intel 5.7 MB be533fb1dfa2d6778e1c191f992dd50f9190ad9b65ff845cc0891ea185a4a0b1 download
Linux x86-64, static binary 5.9 MB a585377ee205a9e2d93ccaa6270253d0a90bdd23c032231dd534c22ffd569e94 download
Debian / Ubuntu .deb package 1.8 MB 832f1eb296f89da26488fff45d20eb82734de8f74832e07b0a3100e02727ba76 download

Install from the terminal

# macOS (Apple Silicon) — for Intel, use ribo-macos-x86_64
curl -L https://tissue.systems/download/2026.07.4/ribo-macos-arm64 -o ribo
chmod +x ribo && sudo mv ribo /usr/local/bin/ribo

# Linux (x86-64)
curl -L https://tissue.systems/download/2026.07.4/ribo-linux-x86_64 -o ribo
chmod +x ribo && sudo mv ribo /usr/local/bin/ribo

# then:
ribo login          # opens your browser to authenticate
ribo list           # → your deployed Cells
Windows: run the Linux binary inside WSL — there is no native Windows build yet. Verify any download with shasum -a 256 ribo against the table above.
Previous release
2026.07.3 released July 18, 2026
macOS Apple Silicon 3.0 MB 69b80df416937e15a61d59ebb45b385fb0ecf8bf566c3e288f51fdebc10493a3 download
macOS Intel 3.5 MB b5738a88362c6c58dcd2c8c010ebcfd15c9fdc2e5f48182a3373bf28108e74cc download
Linux x86-64, static binary 3.9 MB 279462bd5e1ce4bdcbed08f94bf9f8b46218412a5614c9af2eb500e17243d524 download
Debian / Ubuntu .deb package 1.5 MB 06f4edf37b468ce552d2af7983181eb4a6bc1490b79cf689a38373cd88e5a4b8 download

First steps

After installing, ribo login connects the CLI to your account, and the get-started guide walks you from zero to a deployed Cell in about five minutes. The full command reference lives in the ribo CLI docs.