Skip to content

Steam game idler built with NextJS + Tauri

Notifications You must be signed in to change notification settings

Shuv0l/steam-game-idler

 
 

Repository files navigation

Click for larger image

Steam Game Idler

Idle any game in your Steam library. All you need is your Steam username or ID64. No password, token, or any other login information needed.

Built with NextJS + Tauri.

GitHub Contributors Issues GitHub pull requests

Portable¹

Download the latest portable release from Releases

Installer

Download the latest installer release from Releases

Build It Yourself

  1. Clone the repoistory
git clone https://github.com/ProbablyRaging/steam-game-idler.git
  1. Install dependencies
npm install
  1. Build the app
npm run tauri build
  1. Check the console output for build directory (usually /src-tauri/target/release/bundle)

Usage

  1. Enter your Steam username or SteamID64
  2. Make sure Steam is running
  3. Click one or more games that you want to idle
  4. That's it, it's that simple

Notes

¹ WebView2 required. On Windows 10 (Version 1803 and later with all updates applied) and Windows 11, the WebView2 runtime is distributed as part of the operating system. Use the MSI Installer if you're unsure, as it comes bundled with all dependencies.

About

Steam game idler built with NextJS + Tauri

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • Rust 4.7%
  • CSS 1.6%