Requirements
- Python 3.10+
- PyQt6
- Linux:
snapd and pkexec (polkit) to actually install/remove/update snaps. Browsing works even without them.
- macOS: browsing only — snaps cannot run natively on macOS (see Platform support).
Quick start
git clone https://github.com/Aad6552/nexon-snap-store.git
cd nexon-snap-store
./install.sh
Manual install
python3 -m venv .venv
source .venv/bin/activate
pip install . # or: pip install -e ".[dev]" for development
python -m nexon_snap_store # or: nexon-snap-store, once installed
Leave a Reply