Skip to content

ihainan/SnapSteam

Repository files navigation

SnapSteam

A tool for importing external images into Steam's screenshot library.

Screenshots

game_library

screenshots

Videos

Windows: https://youtu.be/0yM4cpLRiSg

macOS: https://youtu.be/lASYlvCcAVY

Installation

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.

Additional Steps for macOS Users

After installing SnapSteam on macOS, you need to run the following command in Terminal to fix the "damaged" error:

xattr -cr /Applications/SnapSteam.app

This is required due to macOS security restrictions. You only need to do this once after installation.

Features

  • 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

Getting Started

  1. Install dependencies:
npm install
  1. Start the application:
npm run dev

Building the Application

Building for macOS

npm run package:mac # or npm run package:mac:intel for the Intel chip.

Building for Windows

npm run package:win

The built application will be generated in the dist directory.

License

ISC

About

A tool for importing external images into Steam's screenshot library.

Resources

Stars

Watchers

Forks

Packages

No packages published