Skip to content

ShadelessFox/psarc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayStation Archive viewer

A viewer for PlayStation Archive (PSARC) archives.

Installation

  1. Download the latest release from the releases page for your operating system
  2. Unzip the downloaded archive and launch using psarc.exe on Windows or bin/psarc on Linux

Nightly builds

If you want to try the latest features and improvements, you can download the latest build from the actions page. Click on the latest workflow run and download the artifact from the Artifacts section for your operating system.

Command Line

Listing files

All files from an archive can be listed using the list command:

psarc-cli list path/to/archive.psarc

Additional options can be specified:

  • --verbose to make the output include offset, size, and compressed size of files within the archive,
  • --output to specify the output file (by default, outputs to the standard output).

Extracting files

All files from an archive can be extracted using the extract command:

psarc-cli extract --dir path/to/output path/to/archive.psarc

License

This project is licensed under the GPL-3.0 license.

This project uses icons by Yusuke Kamiyamane, licensed under a CC BY 3.0 License.

About

A viewer for PlayStation Archive (PSARC) archives.

Resources

License

Stars

Watchers

Forks

Packages

No packages published