Andean BearAndean Bear
· 5 min read

Why I Built a Dot-Matrix Timer for macOS

The design philosophy behind Retro Dot Timer — why single-purpose tools, retro aesthetics, and menu bar apps still matter.

Every timer app I tried wanted to be more than a timer.

One had task lists. Another tracked my focus sessions and generated weekly reports. A third required an account and offered team collaboration features. All I wanted was a countdown. A number getting smaller. That's it.

So I built one.

Timer Apps Have a Feature Problem

Somewhere along the way, timer apps decided they needed to be productivity platforms. They added task management, session analytics, integrations with calendars, team dashboards, and subscription pricing to pay for all of it.

This isn't necessarily bad — some people want that. But it means that if you just want a timer, you're wading through features you'll never touch to find the start button. The simplest possible tool — count down from a number — got buried under layers of ambition.

I wanted a timer that felt like a physical object. Something with the focus and clarity of a kitchen timer or a gym clock. You look at it, you see the time, you go back to work. No decisions, no configuration, no accounts.

The Dot-Matrix Aesthetic

The visual direction came from a specific feeling: the warm glow of old dot-matrix displays. Airport departure boards with their clicking flip segments. Scoreboard clocks at bowling alleys. The green phosphor readouts on vintage stereo equipment. VFD displays on old VCRs showing the time in that distinctive blue-green.

Dot-matrix display showing blue glow theme

These objects had one job. A departure board told you your gate. A scoreboard told you the score. A clock told you the time. They did it with clarity and a kind of accidental beauty that came from functional constraints — limited pixels, single colors, fixed grids.

That's the feel I wanted for Retro Dot Timer. The countdown renders as a dot-matrix display directly in the macOS menu bar. Each digit is drawn on a grid, with individual dots lighting up to form the numbers. It looks like something you'd find in a retro arcade, not something generated by a modern UI framework.

The Pro version adds display styles that riff on different eras of digital displays: 7-segment LED (the red calculator look), flip clock (split-flap departure boards), and color schemes inspired by amber CRTs, green terminals, and VFD panels. Each one is a nod to a time when displays were beautiful because of their limitations, not despite them.

7-segment amber display showing retro LED calculator style

Small and Big amber display close-up

Why the Menu Bar

The Mac menu bar is prime real estate that most people barely use. It sits there at the top of your screen, visible in every app, showing a few icons and the clock. It's the most glanceable space on your desktop.

Retro Dot Timer floating display on macOS desktop

A timer belongs there. You don't want a timer in a window you have to manage. You don't want it in a notification that appears and vanishes. You want it in the same place your eyes already go to check the time — the top-right corner of your screen.

Retro Dot Timer has no Dock icon and no main window. It exists entirely in the menu bar. The countdown ticks down right there, in dot-matrix digits, always visible. When you need to interact with it — starting, stopping, changing presets — a small popover drops down. When you don't, it's just a quiet number in the corner.

The Case for Single-Purpose Software

We're in an era of super apps. Everything wants to be a platform. Note apps add databases and project management. Calendar apps add email. Email apps add chat. The theory is that consolidation reduces friction, but in practice it often just creates bloated software that's mediocre at everything instead of great at one thing.

There's a counter-argument that hasn't gone away: the Unix philosophy. Do one thing well. A timer should time. A note app should help you write notes. A calendar should show your schedule. When each tool is simple and focused, you can combine them however you want instead of being locked into one app's vision of your workflow.

Retro Dot Timer doesn't track your tasks. It doesn't know what you're working on. It doesn't generate reports about your productivity. It doesn't sync to the cloud or require an account. It counts down from a number and tells you when it hits zero. That's the whole product.

Some people will find that insufficient. That's fine — there are excellent apps with more features. But for people who just want a timer, I think there's real value in software that respects that simplicity.

Built Native, Priced Fairly

Retro Dot Timer is built in Swift and SwiftUI, native to macOS. No Electron wrapper, no web view, no cross-platform framework. It uses AppKit for the menu bar integration and SwiftUI for everything visual. It's a Mac app that behaves like a Mac app — it launches instantly, uses minimal resources, and follows macOS conventions.

The pricing is simple: the app is free with preset timers, Pomodoro mode, and the classic dot-matrix display. Pro is a one-time $4.99 purchase that unlocks custom durations, premium color schemes, and additional display styles. No subscription. A timer shouldn't have recurring costs. You buy it once and it's yours.

Try It

Retro Dot Timer is available on the Mac App Store and as a direct download from the Andean Bear website. The free version has everything you need to start timing. If you like the aesthetic and want more options, Pro is there.

I built this because I wanted it to exist. I hope you find it useful too.