- README - product overview, installation, core workflows, and CLI
- Backup Manager - layouts, installation, exports, FTP, verification, and external conversion
- Profiles and Saves - profile inventory, save snapshots, privacy, restore behavior, and Le Fluffie attribution
- Profile Intelligence and Xenia - read-only GPD achievements, profile comparison, and snapshot-first Xenia migration
- Tool Center - supported community utilities, setup, command-line use, provenance, and safety boundaries
- Collection Intelligence - storage discovery, XEX identity, Title Update compatibility, preservation, and repair previews
- Console Sync - persistent transfers, resume, snapshots, comparison, and verification
- Knowledge Sources - imports, provenance, caching, browser-verification recovery, offline viewing, and source licensing
- Advanced Features - rate limits, resume, diagnostics, portable mode, API, and conversion
- REST API - authentication, endpoints, configuration, and safety
- Linux Support - installation, XDG storage, desktop integration, uninstallation, and troubleshooting
- macOS Preview - Apple Silicon bundle, source setup, checksums, and signing limitations
- Community Hub - unified search, profile/package tools, guided console plans, preservation, plugins, recovery, and safety boundaries
- Release Toolkit - portable metadata snapshots, library audits, preservation reports, corrections, and hardware inventory
- Project Status - completed work, boundaries, and roadmap
- Changelog - release history
- Architecture - modules, layers, schemas, data flows, and packaging
- Modularization Plan - package boundaries, domain ownership, and the incremental AIO refactor path
- Plugin API v1 - manifests, opt-in loading, and compatibility
- Contributing - environment, tests, PR expectations, and adapter rules
- Security - private reporting and operational boundaries
- Community Standards - participation expectations
python -m pip install -r requirements.txt -r requirements-dev.txt
python -m ruff check .
python -m compileall -q .
python tests.pyWindows packaging:
powershell -ExecutionPolicy Bypass -File .\build_windows.ps1Linux packaging:
./build_linux.shmacOS packaging:
./build_macos.sh