- Download and install the binary release
- Compile from source
Binary release
Pre-builtbarkd binaries are published on GitLab releases. Pick the archive for your platform and drop the binary into your PATH.
- Ubuntu/Debian
- Fedora/CentOS
- macOS
- macOS (Intel)
- Windows
Verify installation
barkd 0.2.5
Compile from source
Install Rust
You need a Rust compiler. The rustup website offers installation instructions for almost any platform.
Install build dependencies
Download additional dependencies using your package manager.
- Ubuntu/Debian
- Fedora/CentOS
- macOS
- Windows
- Nix
Build barkd
Use
cargo build to produce the binary in target/, or cargo install to build and add it to your PATH in one step.- build
- build and install