v1.70.4 is out now - crash recovery added - fixed a memory allocator bug that crashed GTA: Liberty City Stories - config self-heal - CWCheat + PSPAR in one plugin - works on CFW only, not OFW - full changelog inside
Latest Release [v1.70.4]

All releases are built and published automatically from source via GitHub Actions, so what you download matches what's in the repository — no third-party mirrors, no bundled installers.

» Download the latest release from GitHub

Each release .zip contains the seplugins folder structure ready to copy to your Memory Stick, plus the end-user documentation.

Full vs. Lite — Which Do I Want?
BuildFileUse case
Fulltempar.prxStandard PSP games/homebrew. Includes USB, PSID, screenshots, guide viewer, UMD dump, module/thread list.
Litetempar_lite.prxPOPS (PS1-on-PSP) and other memory-constrained modes. Smaller footprint, fewer extras.

See the FAQ on the Documentation page for POPS-specific setup notes.

All Versions

Every tagged release, including older versions, is available on the GitHub releases page:

» github.com/abduznik/tempar/releases

For what changed between versions, see the Changelog.

Building From Source

Prefer to build it yourself? TempAR builds against the PSPSDK toolchain via Docker, no local PSP toolchain install required:

docker run -it -v "${PWD}:/src" -w "/src" pspdev/pspsdk make release

Full build documentation is on the Developers page.