Save Sync Vita
From GameBrew
More actions
| Save Sync | |
|---|---|
| General | |
| Author | unveroleone, iamcco |
| Type | Other Apps |
| Version | 0.1.4 |
| License | GPL-3.0 |
| Last Updated | 2026/06/28 |
| Links | |
| Download | |
| Website | |
| Source | |
Save Sync is a self-hosted cloud save sync project for PS Vita, PPSSPP, and RetroArch across multiple devices.
One server, multiple clients. All saves go to the same place.
Save Sync (PS Vita app):
- Backs up native PS Vita saves, PSP/Adrenaline saves, and RetroArch saves
- Uploads to your server as a zip, downloads and restores on another Vita
- Shows per-game sync status on the Cloud tab with one-tap Sync All
Save Sync Hub (companion app for PC and Android):
- Syncs PPSSPP and RetroArch saves from macOS, Windows, Linux, and Android
- Detects default save locations automatically per platform
- Upload to server, download to local, or restore directly from cloud
- Connects to the same server and same API as the Vita app
Controls
R - Switch to the Cloud tab on the main screen
Triangle - Open Settings from the Cloud tab
Circle - Go back from first-time setup
L - Go to the Games tab
X - Open the save drawer, Run Sync All from the Cloud tab, Select Upload to Server, Select Download & Restore
R - Switch to the Server Backup tab from the save drawer
L - Open the Local Backup tab from the save drawer
Screenshots
Changelog
v0.1.4
- Bug fixes
- Cloud tab now correctly shows "Synced" after downloading a cloud-only PSP save. Previously, it was stuck on "Cloud Only" due to backup path mismatch between cloud-only and emulator-detected entries.
- CI
- Universal macOS binary combining Intel and Apple Silicon via universal-apple-darwin target. No more separate Intel runner needed.
- Removed retired macOS x86_64 runner,
macos-13, which was timing out after 24 hours waiting for a runner. - Fixed nightly
rust-toolchain.tomlleaking into Hub build by addingsave-sync-hub/rust-toolchain.tomlpinned to stable.
v0.1.3
- Fixed PNGQuant for all LiveArea PNGs to fix
0x8010113Dinstall error. - Bumped version.
v0.1.2
- Bumped version to 0.1.2.
- Updated splash image.
v0.1.1
- Bumped version to 0.1.1.
v0.1.0
- Added contents write permission for release creation.