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.
See the FAQ on the Documentation page for POPS-specific setup notes.
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.
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.