Skip to content

Installing this tool

NOTE

This tool is compatible with macOS and Linux boxes, running over x86_64 or aarch64 hardware

Homebrew

Installing with homebrew (macOS/Linux)

bash
brew tap dotanuki-labs/taps
brew install canopus

Docker

Installing with Docker (macOS/Linux)

bash
docker pull ghcr.io/dotanuki-labs/canopus

Github Releases

You can grab a binary directly from Github Releases.

Building from source

You can install the latest release directly from crates.io (requires Rust)

bash
cargo install canopus

You can also build the latest HEAD commit with

bash
cargo install --git https://github.com/dotanuki-labs/canopus

Other installation methods

Missing an installation method? Feel free to raise an issue!