Skip to content

Packaging SideGDB as an application

Omar edited this page Jun 29, 2026 · 2 revisions

Warning

Packaging is officially supported for v0.3.0-alpha.3 upwards. v0.2.x is NOT supported.

Warning

Packaging is broken on v0.3.0-alpha.2. It's not recommended to run PyInstaller on this version as it's prone to errors.

SideGDB uses PyInstaller to package the project into a one-folder executable. Make sure to install it either via pip or through your distro's package manager:

Python package Debian (apt) Arch Linux (pacman/AUR) Fedora (dnf/yum) (most likely dnf)
PyInstaller pyinstaller pyinstaller [AUR] python3-pyinstaller [COPR]

Clone this wiki locally