A modern and lightweight application to compress and decompress PS2 games in ZSO (ZISO) format, built with GTK 4, LibAdwaita and Vibe Codding using Antigravity IDE
- Native and Modern: Visuals following GNOME standards (Adwaita).
- Easy to Use: Drag and drop files or entire folders.
- Multiprocessing: Accelerated compression using all processor cores.
- Secure: Sandboxed execution via Flatpak, using XDG Portals.
- Linux with Flatpak support.
flatpak-builder(to compile).
# 1. Compile and install (User mode)
make
# 2. Run
make run
# 3. Generate .flatpak Bundle (for distribution)
make bundle
# 3. Clean build files
make cleanNote: When running, select the destination folder for conversion. The app will automatically filter duplicate or invalid files.
- Python 3
- GTK 4 + LibAdwaita
- LZ4 (Compression)
- Original Core: Virtuous Flame
- Development: Docmine17
