Official installer for Tempo - a blockchain for payments at scale.
curl -L https://tempo.xyz/install | bashtempoup # Install latest release
tempoup -i v1.0.0 # Install specific version
tempoup -v # Print installer version
tempoup --update # Update tempoup itself
tempoup --help # Show help- Linux: x86_64, arm64
- macOS: Apple Silicon (arm64)
- Windows: x86_64, arm64
On macOS, tempoup installs the libusb runtime dependency with Homebrew when
it is missing. If Homebrew is not installed, tempoup will stop with the exact
brew install libusb command to run before retrying.
Default: ~/.tempo/bin/
Customize with TEMPO_DIR environment variable:
TEMPO_DIR=/custom/path tempoupSimply run tempoup again:
tempoupUse the built-in update command:
tempoup --updateThis will:
- Check the latest version available on GitHub
- Download and replace the tempoup script if a newer version exists
- Notify you of the version change
Note: Tempoup automatically checks for updates when you run it and will warn you if your version is outdated.
rm -rf ~/.tempoThen remove the PATH export from your shell configuration file (~/.zshenv, ~/.bashrc, ~/.config/fish/config.fish, etc.).