Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 2.74 KB

File metadata and controls

71 lines (59 loc) · 2.74 KB

Documentation

Users

  • 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

Contributors

Validation

python -m pip install -r requirements.txt -r requirements-dev.txt
python -m ruff check .
python -m compileall -q .
python tests.py

Windows packaging:

powershell -ExecutionPolicy Bypass -File .\build_windows.ps1

Linux packaging:

./build_linux.sh

macOS packaging:

./build_macos.sh