Installation
We provide three different installation paths - installing a pre-built binary, building from source or using our provided Docker image.
Versions
The versions across networks may not be compatible, as such, please consult the table below on what version for what network you should be running.
| Network | Version |
|---|---|
| Andantino | v0.8.2 |
| Moderato | v1.0.0-rc.1 |
Pre-built Binary
curl -L https://tempo.xyz/install | bash
tempo --versionTo update Tempo in the future, simply run tempoup.
Build from Source
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
# Build and install from source using cargo
cargo install --git https://github.com/tempoxyz/tempo.git tempo --root /usr/local
tempo --versionDocker
You can find the latest tagged version of Tempo at the Tempo GHCR package.
# Pull the latest Docker image
docker pull ghcr.io/tempoxyz/tempo:<version>
# Run the Docker container
docker run -d --name tempo ghcr.io/tempoxyz/tempo:<version> --version
docker logs tempo