Steam Top Games Screensaver
The Steam Top Games screensaver ranks the most-played games on Steam by real concurrent player count, drawn key-less from Valve's own public Steam API by a background pipeline (Steam's API doesn't allow direct browser access). It's free, runs in your browser, and ESC exits.
How the Steam Top Games screensaver works
A background pipeline fetches Steam's real current most-played games list directly from Valve's public API, with no key required.
Each game ranks by real concurrent player count at the time of the last refresh.
The board eases smoothly as rankings shift on refresh.
Readings refresh on the pipeline's schedule, not live tick by tick.
A worked example
You'll typically see a handful of massive live-service games trading the top spots — a real snapshot of what millions of people are playing on Steam, refreshed by the pipeline.
Settings & tips
- Accent recolours the bars.
- Run
automation/run.py steamtopon your pipeline machine to refresh the data. - Concurrent players reflects Steam only, not console or other PC platforms.
Frequently asked questions
- Why does it need a pipeline?
- Steam's public API doesn't allow direct browser requests (no CORS), so a small background script fetches it and saves a snapshot the saver loads — no key needed, just a server-side fetch.
- Is this all PC gaming?
- No — it reflects Steam's own real concurrent player counts, not other platforms or storefronts.
- How current is it?
- As current as the pipeline's last refresh — Steam itself publishes the counts continuously.
- Is it free?
- Yes — free, no download, in your browser.