A tool for importing external images into Steam's screenshot library.
Windows: https://youtu.be/0yM4cpLRiSg
macOS: https://youtu.be/lASYlvCcAVY
Download from the Releases page. Currently supports Windows and macOS (both Intel and Apple Silicon). Linux is not supported yet but you can build it from source.
After installing SnapSteam on macOS, you need to run the following command in Terminal to fix the "damaged" error:
xattr -cr /Applications/SnapSteam.appThis is required due to macOS security restrictions. You only need to do this once after installation.
- Import external images into Steam's screenshot library
- Organize and manage screenshots by game
- Support for multiple Steam accounts
- Search through your screenshot collection
- Dark/Light theme support
- Install dependencies:
npm install- Start the application:
npm run devnpm run package:mac # or npm run package:mac:intel for the Intel chip.npm run package:winThe built application will be generated in the dist directory.
ISC