Files
DawnsorrowandCursor 69ee41dc91 Document Seamless .co2 paths and fix process-name false positives.
Record Jorg desk compatdata locations for satellite setup; devices list terra; tighten watchers so syncgames argv is not mistaken for Eden.

Co-authored-by: Cursor <[email protected]>
2026-07-15 16:01:59 -05:00
..

SyncGames Linux agent

CLI + thin PySide6 management GUI. Package as AppImage for easy PC/laptop setup.

Dev install

python -m venv .venv && source .venv/bin/activate
pip install -e ".[gui]"
syncgames-gui
# or: syncgames gui

AppImage

./packaging/build-appimage.sh
# → dist/SyncGames-<version>-x86_64.AppImage

Config always lives in ~/.config/syncgames/ (writable). The AppImage stays read-only.