SysManage Flatpak Repository

Install the SysManage Agent using Flatpak from our official repository.

Note: The sysmanage-agent is a background system service. While Flathub doesn't host system services, we provide our own Flatpak repository for easy installation and updates.

Quick Install

Add the SysManage repository and install the agent with one command:

flatpak remote-add --if-not-exists sysmanage https://sysmanage.org/sysmanage.flatpakrepo
flatpak install sysmanage org.sysmanage.Agent

Manual Installation Steps

1. Add the Repository

flatpak remote-add --if-not-exists sysmanage https://sysmanage.org/sysmanage.flatpakrepo

2. Install the Agent

flatpak install sysmanage org.sysmanage.Agent

3. Run the Service Installation Script

flatpak run --command=sysmanage-service-install org.sysmanage.Agent

Updating

Update the sysmanage-agent to the latest version:

flatpak update org.sysmanage.Agent

Uninstallation

1. Stop and Remove the Service

flatpak run --command=sysmanage-service-uninstall org.sysmanage.Agent

2. Remove the Flatpak

flatpak uninstall org.sysmanage.Agent

3. (Optional) Remove the Repository

flatpak remote-delete sysmanage

Repository Information

Why our own repository?
The sysmanage-agent is a system management daemon that runs in the background. Flathub focuses on graphical desktop applications. By hosting our own Flatpak repository, we can provide the same easy installation and automatic updates while serving our specific use case.

← Back to SysManage Home