Binary Releases
Dolos can be run as a standalone executable. The Github release (opens in a new tab) page includes the binaries for different OS and architectures. It's a self-contained, single-file binary that can be downloaded directly.
For simplicity, we also provide diferent installers for supported platform to automate the installation process. Regardless of the installer, the outcome should be the same, choose the one that fits your needs.
Install via shell script
You can run the following command line script to install Dolos on supported systems (Mac / Linux)
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/latest/download/dolos-installer.sh | sh
Install via powershell script
You can use Powershell to install Dolos on Windows systems.
powershell -c "irm https://github.com/txpipe/dolos/releases/latest/download/dolos-installer.ps1 | iex"
Install via Homebrew
You can use Homebrew to install the latest version of Dolos in supported systems (Mac / Linux)
brew install txpipe/tap/dolos
Download Binaries
File | Platform |
---|---|
dolos-aarch64-apple-darwin.tar.xz (opens in a new tab) | Apple Silicon macOS |
dolos-x86_64-apple-darwin.tar.xz (opens in a new tab) | Intel macOS |
dolos-x86_64-pc-windows-msvc.zip (opens in a new tab) | x64 Windows |
dolos-x86_64-unknown-linux-gnu.tar.xz (opens in a new tab) | x64 Linux |
dolos-aarch64-unknown-linux-gnu.tar.xz (opens in a new tab) | ARM64 Linux |