Skip to content

Trove

A fast CLI and TUI for browsing and downloading the NoPayStation catalog — PSV, PSP, PS3, PSX and PSM. Downloads resume, retry, and verify SHA-256, or hand off to a running aria2.

Trove demo

Browse Downloads

Install

pip install trovenps                  # core
pip install "trovenps[monitoring]"    # + optional GlitchTip/Sentry error reporting

Or from a clone, with uv: uv sync.

Two commands ship with the package:

  • nps — the command-line interface (search, list, download).
  • trove — the full-screen TUI.

At a glance

nps "tearaway"                  # search PSV games
nps -p PS3 -t DLCS "persona"    # any platform / type
nps "PCSC80018" -o ./downloads  # download
trove                           # browse in the TUI

See Usage for every flag, and Scripting & agents for the JSON output that scripts and AI agents consume.

Trove only retrieves what NoPayStation publishes; how you use it is on you.