Files
sablier/docs/installation.md
sablier-bot[bot] af4e738f5e chore(main): release 1.11.0 (#756)
Co-authored-by: sablier-bot[bot] <186367030+sablier-bot[bot]@users.noreply.github.com>
2025-12-07 09:58:52 -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.11.0

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