Convert PSP games into installable VPK files for PS Vita with HENkaku or Ensō custom firmware.
Supports ISO, CSO, ZSO, and EBOOT.PBP input formats. Games run through the Vita's native PSP hardware emulation layer — no Adrenaline required.
Notice: Only convert games you own. This tool is for personal backup use only.
- PS Vita with HENkaku or Ensō custom firmware
- VitaShell or similar to install VPK files
- Open PSP2 Converter
- Drop your PSP game file (ISO, CSO, ZSO, or EBOOT.PBP) onto the app, or click Browse
- Optionally override the title or Title ID
- Select an output directory
- Click Convert to VPK
- Transfer the generated
.vpkto your Vita and install via VitaShell
| Format | Description |
|---|---|
| ISO | Raw UMD disc image |
| CSO | Compressed ISO (zlib / LZ4) |
| ZSO | Compressed ISO (LZ4) |
| PBP | PSP executable package (EBOOT.PBP) |
- If the input is compressed (CSO/ZSO), it is decompressed to raw ISO
- Game metadata (title, Title ID, version) is read from the disc's internal PARAM.SFO
- An EBOOT.PBP is built with the ISO as DATA.PSAR, compatible with the Vita's PSP emulator
- A Vita-format param.sfo and livearea assets are generated
- Everything is packaged into a
.vpkready to install
Requires Rust (stable) and Node.js (16+).
npm install
npm run tauri buildFor development:
npm run tauri devApache-2.0 — see LICENSE.