Download & Install
Download the package for your platform from the releases page.
Each release ships these assets:
- Arch Linux:
system-bridge-<version>-1-x86_64.pkg.tar.zst - Debian / Ubuntu:
system-bridge_<version>_<arch>.deb - Fedora / RHEL:
system-bridge-<version>.<arch>.rpm - Flatpak:
system-bridge-<version>.flatpak - Windows:
system-bridge-<version>-setup.exe
Linux installation
Section titled “Linux installation”Install the package that matches your distribution’s package manager.
Arch Linux (AUR)
Section titled “Arch Linux (AUR)”You can install the latest version with the AUR package system-bridge.
You can also install the current development branch of this project with the AUR package
system-bridge-git.
This will build and install the application for you based on the latest dev
branch which is automatically updated every commit.
Alternatively, install the .pkg.tar.zst from the releases page or downloaded workflow asset directly:
sudo pacman -U system-bridge-<version>-1-x86_64.pkg.tar.zstDebian / Ubuntu (.deb)
Section titled “Debian / Ubuntu (.deb)”Install the .deb asset with apt so dependencies are resolved automatically:
sudo apt install ./system-bridge_<version>_<arch>.debYou can also install it with dpkg:
sudo dpkg -i system-bridge_<version>_<arch>.debFedora / RHEL (.rpm)
Section titled “Fedora / RHEL (.rpm)”Install the .rpm asset with dnf:
sudo dnf install ./system-bridge-<version>.<arch>.rpmFlatpak (.flatpak)
Section titled “Flatpak (.flatpak)”Install the .flatpak bundle:
flatpak install system-bridge-<version>.flatpakThen run it with:
flatpak run dev.timmo.system-bridgeWindows installation
Section titled “Windows installation”Run the system-bridge-<version>-setup.exe installer to install the application. After installation completes, you can start System Bridge from the Start Menu shortcut.
macOS is not officially supported and has no prebuilt packages. You can still build it from source and test it for yourself.
- Clone the repository.
- Run
make build.
See the project’s README for the development setup and toolchain requirements.