Download

Possible download options:

Download binary Debian packages

There is APT repository with SZARP packages available for Debian current stable distribution. Add following repository to your /etc/apt/sources.list file:

deb [signed-by=/usr/share/keyrings/szarp.asc] http://packages.szarp.org/debian bookworm main non-free contrib

Then use:
apt update
apt search szarp
to list available packages.

APT repository key can be imported using following command:

wget -O - http://packages.szarp.org/debian/key.asc > /usr/share/keyrings/szarp.asc

The last step is:
apt install szarp-server
or:
apt install szarp-terminal

Download binary Ubuntu packages

APT repository for Ubuntu 22.04 LTS Jammy Jellyfish is also available. You can install it in the same way as Debian package just changing line in /etc/apt/sources.list:

deb [signed-by=/usr/share/keyrings/szarp.asc] http://packages.szarp.org/debian jammy main non-free contrib

Download Windows version (client only)

Using latest version of SZARP software is possible on Windows 10 Professional. Just install Ubuntu shell through Microsoft Store and follow steps from chapters above (Ubuntu).
Xorg client (Windows 7, recommended for MATE): http://szarp.org/static/xorg-setup.exe
You can also use our software on older Windows distributions but keep in mind that it’s no longer updated: https://github.com/Newterm/szarp/releases/latest

Get the source code

You can download current SZARP source and compile it yourself. Source is available at our GitLab repository.