Installation
There are several ways to install Siera, depending on your system and preferences. Currently the methods are limited but we're working on adding more.
Currently, Siera supports Brew as a package manager.
brew tap animo/siera
brew install siera
For other systems than macOS we recommend installing with Cargo, or installing through the binaries.
To install with Cargo, Rust needs to be installed on your system first. This method is suitable for every system, but might have some undocumented dependency errors depending on your system setup.
cargo install --git https://github.com/animo/siera
This method of install will not update automatically and is therefore not recommended if another option is available to you. To update manually, reuse the installation command.
The binaries can be downloaded from the website
under
the Get started
dropdown or from the GitHub releases. This method of install will not update automatically and is therefore not recommended if another option is available to you. We have binaries available for:- Windows (x86_64)
- macOS (x86_64 / arm)
- Linux (x86_64)
Last modified 3mo ago