Skip to content

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

Install the package that matches your distribution’s package manager.

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:

Terminal window
sudo pacman -U system-bridge-<version>-1-x86_64.pkg.tar.zst

Install the .deb asset with apt so dependencies are resolved automatically:

Terminal window
sudo apt install ./system-bridge_<version>_<arch>.deb

You can also install it with dpkg:

Terminal window
sudo dpkg -i system-bridge_<version>_<arch>.deb

Install the .rpm asset with dnf:

Terminal window
sudo dnf install ./system-bridge-<version>.<arch>.rpm

Install the .flatpak bundle:

Terminal window
flatpak install system-bridge-<version>.flatpak

Then run it with:

Terminal window
flatpak run dev.timmo.system-bridge

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.

  1. Clone the repository.
  2. Run make build.

See the project’s README for the development setup and toolchain requirements.

  • Start System Bridge: see Running.
  • Get your token and explore commands with the CLI.