Files
sablier/docs/installation.md
2025-11-12 00:38:24 -05:00

1.1 KiB

Install Sablier

You can install Sablier using one of the following methods:

  • Use the Docker image
  • Use the binary distribution
  • Compile from source

Use the Docker Image

Choose one of the Docker images and run it with a sample configuration file:

docker run -d -p 10000:10000 \
    -v $PWD/sablier.yaml:/etc/sablier/sablier.yaml sablierapp/sablier:1.10.1

Use the Binary Distribution

Download the latest binary from the releases page and run it:

./sablier --help

Compile from Source

git clone git@github.com:sablierapp/sablier.git
cd sablier
make
# Output will vary depending on your platform
./sablier_draft_linux-amd64