Installation
We provide three different installation paths - installing a pre-built binary, building from source or using our provided Docker image.
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/bin
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:0.7.2
# Run the Docker container
docker run -d --name tempo ghcr.io/tempoxyz/tempo:0.7.2 --version
docker logs tempo