Skip to content

Installation

Binary

Download and extract the binary:

curl -fsSL "https://codeberg.org/api/packages/saturn-sync/generic/binaries/v0.38.0/saturn.$(uname -s)-$(uname -m).tar.gz" | tar -zxf - saturn
./saturn version

Homebrew

Install from the brew tap:

brew install saturn-sync/tap/saturn

Docker

Run the Docker container:

docker run --rm -it codeberg.org/saturn-sync/saturn:v0.38.0 version

The Docker image contains the binary only without additional packages, like git. Dockerfiles describes how to create a custom image and install additional dependencies.

Go

go install codeberg.org/saturn-sync/saturn@v0.38.0