Installation
See the Dependencies page for required services and optional components like a reverse proxy or supervisor.
Precompiled Binaries
Download the appropriate archive for your platform from the GitHub releases page, then:
- Unpack the archive.
- Place the
temprano-watchtowerbinary somewhere on yourPATH(or keep it alongside your deployment artifacts).
Build From Source
This project targets Rust 2024 edition and can be built using the latest stable release.
Install straight from the GitHub repo in one step:
cargo install --git https://github.com/arvina-tech/temprano-watchtower.git --lockedOtherwise, clone the repo and build the binary from source. From the repository root:
cargo build --releaseThe binary will be at target/release/temprano-watchtower. You can run it directly:
./target/release/temprano-watchtowerOr install it into your Cargo bin directory:
cargo install --path .