Steam trading card idler for Windows — farm cards on multiple accounts at once, with a desktop UI and fully automatic delta updates.
Keywords: Steam card farming, Steam trading card farmer, card idler, hour farming, playtime farming, Steam hours booster, multi-account Steam manager, Steam account automation, Steam Guard, Steam 2FA, game idler, AFK hours, Steam tools.
- Multi-account card farming — idle Steam trading cards on many accounts simultaneously, automatically
- Desktop app — custom dark borderless UI (WebView2), system tray support
- Automatic updates — the launcher downloads only changed files, every one verified by SHA256
- Steam Guard / 2FA — import
.maFileauthenticators, confirm trades, sign in with QR code - Web API (IPC) — full HTTP API for automation and remote control
- Plugins — bundled: ItemsMatcher, MobileAuthenticator, Monitoring (Prometheus + Grafana), SteamTokenDumper
- Download
Tickr.exefrom the latest release. - Put it in an empty folder and run it.
- On first start the launcher downloads the rest of the application automatically, then starts Tickr. Later starts check for updates in the background and install them in seconds.
- Windows 10/11 (x64)
- .NET 10 Desktop Runtime and ASP.NET Core Runtime 10 (x64) — the launcher itself needs nothing, the main app runs via
dotnet
No action needed — Tickr.exe checks GitHub Releases on every start. Updates are mandatory, downloaded automatically with visible progress, and installed before the application starts.
Requirements: .NET 10 SDK
dotnet build Tickr.slnx
dotnet test Tickr.Tests/Tickr.Tests.csprojRelease builds are fully automated: push a version tag and the workflow publishes the release with the update manifest:
git tag v1.0.0
git push origin v1.0.0| Path | What it is |
|---|---|
Tickr/ |
Main application (WinForms + WebView2 UI, Kestrel IPC, Steam logic) |
Tickr.Launcher/ |
Self-contained updater/launcher — ships as the single Tickr.exe |
Tickr.OfficialPlugins.* |
Bundled official plugins |
Tickr.CustomPlugins.* |
Example/utility custom plugins |
Tickr.Tests/ |
Test suite (MSTest) |
scripts/ |
Release tooling (update manifest generator) |
.github/workflows/ |
Release pipeline |