Taskbar Sentinel: back up your pinned apps & restore your taskbar in one click — on the Microsoft Store.
Guided workflow variation

A countdown shouldn't cost youa browser's worth of RAM.high performance desktop overlays for PC

TimeFence is a native Rust and Tauri overlay, not an Electron app bundling a whole browser for a clock. Small footprint, fast startup, true always-on-top, local-first, zero telemetry.

TimeFence is a native Rust and Tauri always-on-top timer, not an Electron app bundling a browser for a countdown. Small footprint, fast startup, true topmost overlay, local-first with zero telemetry.

$2.99 USD — Perpetual License

One-time purchase · No subscription · Instant install via the Microsoft Store

Buy through the Microsoft Store—instant install, automatic updates, and a Microsoft receipt for easy expensing. No account needed on our site, and no subscription.

Full TimeFence overview
One-time purchase No telemetry Local-first

windows · local-first · buy direct · one-time purchase

If this sounds like your week

A countdown shouldn't cost you a browser's worth of RAM.

A surprising number of desktop timers ship inside Electron — a full Chromium runtime bundled per app — alongside an account requirement and analytics. That's a lot of process overhead, startup delay, and background activity for something whose entire job is to stay visible and count down.

Where tooling usually breaks

Telemetry and a sign-in are a strange price for a stopwatch.

You wanted a timer and got a platform: background threads, an updater service, an analytics SDK, and a privacy policy. On a laptop already busy compiling, rendering, or running a notebook, a "simple" timer that behaves like a second browser is overhead you can feel.

Where TimeFence lands

TimeFence is a native Rust and Tauri overlay — local and quiet.

TimeFence uses Tauri (the OS webview for UI, Rust for the core) instead of bundling a browser, so the footprint is small and startup is fast. Its always-on-top behavior is a native Windows topmost window, not a browser hack. It's local-first with no mandatory account and zero telemetry, so nothing leaves your machine. A timer that stays a timer.

$2.99 USD — Perpetual License

One-time purchase · No subscription · Instant install via the Microsoft Store

Buy through the Microsoft Store—instant install, automatic updates, and a Microsoft receipt for easy expensing. No account needed on our site, and no subscription.

Learn more about TimeFence

windows · local-first · buy direct · one-time purchase

What you get

Feature highlights

Persistent timer HUD

Always-visible countdown on a zero-latency overlay—peripheral time you can't ignore, without modal chrome blocking your work.

Rust + Tauri, local-first

No Electron tax, no sign-in, and no telemetry. Your focus sessions never leave your machine.

Strict Mode

A real enforcement switch. Start a block and the soft “I’ll just pause it” path disappears—on purpose. Use it when you mean it.

Especially when

  • Combat time blindness: keep a persistent visual timer HUD in view on Windows, not in the tray
  • Reduce context switching: stop tab-flipping to web timers or “focus” apps with account walls
  • When you need commitment, not cosplay: optional Strict Mode for deterministic focus sessions you cannot abandon mid-block

Who benefits

Real-world scenarios

The laptop already under load

You're compiling, rendering, or running a notebook, and the "simple" Electron timer you installed adds its own browser process, updater, and background threads to a machine that's already working hard.

TimeFence runs as a native Rust and Tauri overlay with a small footprint and fast startup, so the timer stays out of the way of the work that actually needs the CPU.

The tray that swallows the timer

You start a 40-minute timer, it minimizes to the tray behind the chevron, and you drop into the task. The next time you surface, you've blown well past the mark — nothing in your field of view ever showed the time moving.

With TimeFence the countdown floats on top of whatever you're doing. You catch the remaining time in passing, without a deliberate "check the tray" detour, and you wrap up roughly when you meant to.

The Pomodoro tab you Alt-Tabbed away

Your timer is a browser tab. Two minutes in you switch to your editor, the tab disappears behind the work, and the 25-minute interval quietly becomes an hour because the clock was never in sight.

TimeFence's HUD stays pinned over the editor, so the interval boundary is always legible. The break arrives on schedule instead of being discovered an hour late.

Deep dive

How an always-on-top overlay stays visible without an Electron tax

"Always on top" on Windows is a real window property. A normal application window participates in the standard z-order, so it gets covered when you switch focus. A topmost window is flagged to stay above non-topmost windows regardless of focus, which is exactly the behavior a timer HUD needs: visible over your editor or call without you having to keep raising it. The important detail is focus. A well-behaved overlay can stay on top without becoming the foreground window or stealing keyboard input — so your typing still goes to the app underneath. That's the difference between a HUD and a modal pop-up that hijacks your work: the HUD is visible but non-intrusive by design. Where many timers go wrong is the runtime. Shipping a desktop app inside Electron bundles an entire Chromium browser per app, with the memory footprint, slower startup, and background processes that come with it — a heavy price for a countdown. TimeFence instead uses Tauri, which renders its small UI through the operating system's existing webview and keeps the core logic in Rust. There's no bundled browser, so the footprint stays small and startup stays fast. The result is a true native topmost overlay that's light enough to leave running all day, local-first with no mandatory account and zero telemetry. The timer stays a timer instead of behaving like a second browser in your task manager.

Trusted by pragmatic desktop users

Built for people who prefer tools that stay local.

Real workflows: focus timers that stay visible, batches that never leave the disk, and renames you can rewind.

Customer review 01

PinPoint: Always On Top saves me so much time as I can organize all my report materials without having to flip between windows or tabs. I love the fact that it is straightforward and simple.

Senior Accountant · Manufacturing Company · United States · PinPoint

Learn more
Customer review 02

I used to get so frustrated when my Taskbar would freeze and disappear. Taskbar Sentinel has eliminated that pain without subjecting me to another subscription.

Darren · Calgary, Alberta, Canada · Taskbar Sentinel

Learn more
Customer review 03

OpticBatch and MetaForge are a lifesaver for me as a person with a passion for photography. They give me the ability to stay organized and keep personal information confidential when I post pictures online.

Sherri · United States · OpticBatch & MetaForge

Learn more

Quotes are shown with customer permission; names and locations appear as reviewers provided them.

Our Core Moat

Engineered to respect your system boundaries.

System Resource Monitor (Idle State Comparison)
Automata Labs sub-5MB idle memory footprint compared to generic Electron applications

Lightweight Native Stack

Compiled Rust core wrapped inside an optimized Tauri shell. No heavy background node loops or duplicate Chromium engines cooking your memory footprint (<5MB idle RAM).

100% Local-First Privacy

Executes entirely on-device with full offline isolation. Absolute zero background telemetry policies, no metrics aggregation, and zero mandatory cloud-sync accounts.

Perpetual Fallback Licenses

Pay a single, clear one-time purchase price. Own your specific native software utility execution tier permanently without artificial subscription paywalls or ongoing usage tax.

FAQ

Straight answers—no glossary dump

Is TimeFence built on Electron?

No. TimeFence is a Rust and Tauri app. Tauri renders the small UI through the operating system webview instead of bundling a whole Chromium browser, so the footprint is smaller and startup is faster than a typical Electron timer. The always-on-top behavior is a native Windows topmost window, not a browser hack.

Will the always-on-top HUD steal focus or interrupt my typing?

No. TimeFence stays on top as a topmost window without becoming the foreground window, so keyboard input still goes to the app underneath. You keep typing in your editor, browser, or call while the countdown stays visible. It is designed to be visible but non-intrusive — a HUD, not a modal pop-up.

Does TimeFence collect any data or require an account?

No. TimeFence is local-first with zero telemetry and no mandatory account. It runs entirely on your machine and nothing about your sessions leaves it. It installs from the Microsoft Store and runs locally.

What do I need to run TimeFence, and where do I get it?

TimeFence is a Windows desktop app (Windows 10 and 11) built with Rust and Tauri, and it installs from the Microsoft Store. It is a one-time purchase that runs locally — no subscription and no account required.

The tray is where clocks go to die.
Put time back on screen.

TimeFence is a one-time Windows purchase. No subscriptions, no telemetry. Just a local Rust/Tauri HUD with optional Strict Mode for serious blocks.

$2.99 USD — Perpetual License

One-time purchase · No subscription · Instant install via the Microsoft Store

Buy through the Microsoft Store—instant install, automatic updates, and a Microsoft receipt for easy expensing. No account needed on our site, and no subscription.

Open full product page

Technical specifications

Technical specifications for procurement

Spec Implementation
Data Sovereignty Focus sessions and HUD state remain on-device; no cloud session store
Telemetry Status None; no analytics or sign-in for core timer behavior
Core Runtime Rust / Tauri with native Windows overlay APIs
Network Requirements Fully functional offline
Deployment Compatibility Windows 10 and 11 via Microsoft Store and direct purchase
Overlay behavior Always-on-top HUD designed not to steal keyboard focus
Strict Mode Optional session lock with pause/quit paths disabled until block ends