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:
Docker¶
Run the Docker container:
The Docker image contains the binary only without additional packages, like git.
Dockerfiles describes how to create a custom image
and install additional dependencies.