Code signing
Every ReclaimTime executable we publish is Authenticode signed and timestamped.
Timestamping matters: it means a signature stays verifiable after the signing certificate expires, so an installer you archived last year still validates today.
Verifying a download
Before trusting an installer, check the signature rather than the source it came from:Status must be Valid, and the certificate subject must read FocusMe (Reclaim Time Ltd). Anything else, including NotSigned or HashMismatch, means do not run it and tell us.
The host an installer was downloaded from only says where the bytes were stored. The signature is what says the bytes are ours, and it is checkable without trusting the host at all.
SmartScreen
Windows SmartScreen may warn on a newly published build even though it is correctly signed, because reputation is built from how many machines have run it. Choose More info, confirm the publisher reads Reclaim Time Ltd, then Run anyway. The warning stops once the build has been seen enough times.What keeps the client running
Tracking that stops when somebody closes a window is not tracking. The standard installer adds background components that start the client at logon and restart it if it is closed or ended. The non-admin installer does not include them, which is one reason to use the standard installer wherever you can. If your endpoint protection or build process needs the component names, ask us and we will send them.What your endpoint protection will see
Three behaviours look unusual out of context and are worth exempting once rather than investigating repeatedly.- A process that restarts when terminated. The background components exist to do exactly this. Seeing the client return shortly after it was ended is correct behaviour, not persistence malware.
- A service launching a process into a user session. This uses the standard Windows mechanism. It runs only our own signed executable from the installation directory.
- A download and silent execution of an installer. This is the update path. The client fetches a signed installer from our download host and runs it silently.
What is not claimed
To be explicit, because these come up:- The client does not attempt to hide from Task Manager, rename its processes, or disguise itself. Its processes are named, signed and visible.
- It does not modify or disable your endpoint protection, firewall or Windows Update.
- It does not require or use kernel drivers.
- It does not elevate silently. The standard installer asks for elevation once, at install time, through the normal User Account Control prompt.
Checked against ReclaimTime client 8.0.0.9 and dashboard V3 on 5 September 2026.

