CLI utility for the Steam version of RetroArch
Supports Windows and Linux. Should run on macOS but is untested.
- Update all cores (even non Steam cores)
- Export playlist entries to an archive file
- Import from archive file to playlist
The preferred installation method is through cargo
cargo install starch
For use on immutable distros download the AppImage from the Releases
starch update-cores
starch export 'Sony - PlayStation' 'Tony Hawk's Pro Skater 2 (USA)' './thps2.zip'
starch import './thps2.zip'
Detailed usage instruction can be queried with -h or --help
- steamlocate-rs - (MIT)
- rust-ini - (MIT)
- reqwest - (MIT / Apache 2.0)
- tokio - (MIT)
- sevenz-rust - (Apache 2.0)
- indicatif - (MIT)
- futures-rs - (MIT / Apache 2.0)
- anyhow - (MIT / Apache 2.0)
- zip - (MIT)
- clap - (MIT / Apache 2.0)
- serde - (MIT / Apache 2.0)
- tempfile - (MIT / Apache 2.0)
Please see the issues section to report any bugs or feature requests and to see the list of known issues.
Pull requests are always welcome.