Installation
Client
Depending on your platform, you can install Syng.Rocks! in different ways.
- Linux
-
Syng.Rocks! is available as a Flatpak on Flathub. You can install it using the command line with:
flatpak install rocks.syng.Syng
There also exists an Arch Linux package in the AUR. - Windows
- Windows binaries are available on GitHub. This is a portable version and does not require installation.
- Generic
-
The Syng.Rocks! client is available in the Python Package Index (PyPI) as
syng
. You can install it using pip:pip install syng[client]
Server
The server is available as a Docker image hosted on GitHub. You can install it with
docker run ghcr.io/christofsteel/syngAlternatively, you can also run the server using the Python Package Index (PyPI) package
syng
:
pip install syng[server]