
When you are having trouble with linux...
Perhaps you need some sudocream

Perhaps you need some sudocream
I freelance across a laptop, a desktop, and a couple of servers, and I could never keep a manual timer running. Every tracker I tried was either a stopwatch I'd forget to start, or an "automatic" one that wanted to screenshot my screen all day. So I built the thing I actually wanted. Sharing it here because this seems like the right crowd to tear it apart. (I'm the maker — it's in early access and free right now.)
Four things I cared about:
**1. Multiple devices, one timeline.** There's a desktop app (macOS, Windows, Linux), a CLI for headless servers/VPS over SSH, and browser extensions (Chrome, Firefox, Edge, Safari). They all sync to one account, and each session is tagged with where it came from. My work on three machines lands in one place automatically.
**2. Privacy-respecting, and I mean it.** No screenshots. No keystroke logging. No "productivity score." The desktop app records the *paths/names* of files you save in folders **you** choose — never their contents. The browser extension only acts on URL patterns you predefine (e.g. `github.com/acme-co/*` → a project); every other site is ignored, and the URL is matched on your device — it never gets sent to the server. Everything's stored locally first.
**3. Set up and forget.** You point it at your project folders / URL patterns once. After that there are no timers to start or stop — file edits and visited URLs become sessions on their own, and idle time auto-closes a session so breaks aren't tracked.
**4. One-click invoicing.** This is the part that actually saved me Friday afternoons. Projects link to clients + rates, so tracked sessions become invoice line items and a numbered invoice without exporting to a second app.
It's rough in places and I'm shipping weekly. I'd genuinely like feedback on:
- Is "automatic but private" believable to you, or does "automatic tracker" still read as spyware no matter what?
- What's the dealbreaker that's made you abandon trackers before?
Happy to answer anything about how the capture or invoicing works under the hood.
Built a SaaS that tracks your work time automatically — no start/stop timers. It watches your file and browser activity, figures out which project you're on, and turns that into reports and client invoices.
Basically built for people who bill by the hour.
Trying to figure out go-to-market:
Best audience; solo freelance devs, small agencies, or consultants?
Where do these people actually hang out / search?
How do you market a "runs in the background, you forget it's there" tool without a long demo?
Cold outreach vs. content vs. directories (AppSumo, etc.) — what worked?
Appreciate any war stories, especially what didn't work.