Install
Install otto with Homebrew or the install script.
otto is in early access — installation currently requires access to the private beta.
Homebrew (macOS and Linux)
brew install abrihq/tap/otto
Install script (macOS and Linux)
Downloads the latest release, verifies its SHA-256 checksum, and installs to ~/.local/bin:
curl -fsSL https://kelp.abri.dev/install | sh
Prefer to read it first? Download, inspect, then run:
curl -fsSL -o install.sh https://kelp.abri.dev/install
less install.sh
sh install.sh
The script uses only standard tools (sh, curl or wget, tar, sha256sum or shasum), refuses to run as root, and verifies the checksum before unpacking anything. Options:
# Install a specific version
sh install.sh v0.1.0
# Install somewhere else (default: ~/.local/bin)
INSTALL_DIR=/usr/local/bin sh install.sh
Supported platforms
| Platform | Architecture | Status |
|---|---|---|
| macOS | Apple Silicon (arm64) | Supported |
| macOS | Intel (x86_64) | Supported |
| Linux | x86_64 | Supported |
| Linux | aarch64 | Supported |
Verify the install
otto --version
Then head to the quickstart to create your vault.