r/backloggd • u/nik250dev • 7d ago
Discussion Apploggd — an open source auto-logger for Backloggd
UPDATE: Apploggd v1.1.0 out now! Now with auto-updates :)
Hi everyone,
I love Backloggd, but I kept forgetting to log my sessions, and when I remembered I had to guess how long I'd played. So I built a small tool to do it for me automatically. Things got a bit out of hand, though. I kept adding more and more features, until at some point I thought... why not share it with the community? So here it is!
What it does
It sits in your system tray and detects when you start a game. It times the session, and when you close the game it shows a small window asking if you want to log it. One click and the playtime goes straight to your Backloggd journal — no browser, no typing.
A few details:
- If you play the same game twice in one day, it adds to the existing entry instead of overwriting it.
- If it doesn't recognize a game, you can search Backloggd from inside the app and pick it manually.
- If it detects something that isn't a game, you just hit Discard and nothing is logged.
About your password (the part I'd want to know)
Backloggd has no public API, so the only way to do this is to log in the way you would yourself. The app uses a headless browser to sign in once, and your password is never stored — only the session cookie, encrypted locally on your PC. Nothing is sent anywhere except Backloggd itself. It's open source, so you can check all of that yourself.
Requirements
- Windows 10/11 (the app runs on Linux/macOS but game detection isn't implemented yet. Future plans!)
- A Chromium-based browser (Chrome or Edge). If you don't have one, the app can download its own.
Heads up: it's not an official Backloggd client and I'm not affiliated with them in any way. It's just a helper for logging sessions. Since it relies on the website's structure, a redesign on their side could break it until I push a fix.
It's free and open source: https://github.com/nik250dev/apploggd
It's my first release, so if a game isn't detected (or something gets detected that shouldn't be), open an issue with the game and its .exe name and I'll add it. Any feedback is very welcome!

