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.SyngThere also exists an Arch Linux package in the AUR.
- Windows
-
There are two ways to run Syng.Rocks! on Windows. You can install it like a regular program on your computer, or you can use a portable version without installing. Both---installer and portable version---are available on Github.
- Generic
-
Syng.Rocks! is available in the Python Package Index (PyPI) as
syng. You can install the client using pip:pip install syng[client]
Server
The server is available as a Docker image hosted on Github. You can run it with:
docker run ghcr.io/christofsteel/syng
Alternatively, you can run the server using the Python Package Index (PyPI) package syng:
pip install syng[server]
Similar to the client, there also exists an Arch Linux package in the AUR