Corona Tracker is a free, native macOS application that pulls live COVID-19 data from global health sources and presents it through interactive maps and real-time charts — all without opening a browser tab.
What is Corona Tracker?
Corona Tracker is a lightweight Mac app built by Samabox that displays up-to-date coronavirus case statistics — confirmed infections, recoveries, and fatalities — across countries and regions, visualised on a zoomable world map alongside trend graphs. It sits in your menubar or on your desktop, giving you a persistent, at-a-glance pandemic dashboard without the noise of a news website.
At a time when daily case counts were the first thing millions of people checked each morning, having a dedicated native app rather than refreshing a WHO spreadsheet or a sluggish web dashboard genuinely mattered. Even now, as an archived public-health reference tool, it remains one of the tidiest examples of a single-purpose macOS utility done right.
What does Corona Tracker do best?
Corona Tracker's strongest suit is putting a global epidemiological picture in front of you in under two seconds. The map rendering is snappy — you can pinch-to-zoom from a worldwide overview straight down to a country-level breakdown without waiting for tile reloads. The integrated line charts make it easy to spot whether a region's curve was flattening or climbing, which was the genuinely useful signal buried under most web dashboards.
- Interactive choropleth map — colour-coded by case density, scrollable and zoomable
- Per-country data panels — tap any country for a summary card with totals and deltas
- Trend charts — daily and cumulative views, with a clear timeline axis
- Menubar presence — optional live count in the system bar so you never have to open the window
- Offline-graceful — the last fetched data persists between launches
The UI is deliberately minimal. There are no notification barrages, no paywalled "premium" tiers, and no accounts. You open it, you see the numbers, you close it. That restraint is rarer than it should be.
Is Corona Tracker free?
Yes — Corona Tracker is completely free to download and use. There is no freemium tier, no in-app purchase, and no subscription. The developer distributes it as open-source software, which means anyone can inspect the code, and the app itself carries no telemetry burden beyond the data API calls it makes to retrieve case statistics.
Who should use Corona Tracker?
In its peak relevance, the answer was: anyone on a Mac who wanted authoritative case data without opening Twitter. Today its audience is narrower but still real — public-health researchers, students building data-literacy projects, and Mac users who appreciate well-crafted single-purpose utilities as case studies in native app design.
It is also a useful reference for developers. The codebase demonstrates how to combine a live-updating map view with charting in a native Swift/macOS context without reaching for Electron — a pattern worth studying if you are building your own data-visualisation tool.
If you are an IT administrator who tracked regional outbreaks across office locations or a journalist who needed a quick visual for a story, Corona Tracker saved meaningful time every single day during the pandemic years. For those workflows it remains a functional archive.
How does Corona Tracker compare to web-based trackers?
The main competition was browser-based dashboards: Johns Hopkins CSSE's map (now archived), Our World in Data's explorer, and Worldometer's tables. All three are excellent for deep-dive research but demand a browser window, an internet connection on every load, and patience for JavaScript bundles.
Corona Tracker wins on immediacy and Mac-native feel. It launches instantly, caches the previous dataset, and never competes with your other tabs for memory in the way a heavyweight web app does. The trade-off is flexibility: web dashboards offer more granular demographic breakdowns and custom date-range queries that the native app does not match.
Compared to other menu-bar stat widgets that existed during the pandemic, Corona Tracker stands out for its full map window — most menubar-only alternatives showed a plain country count with no spatial context.
What are the best Corona Tracker alternatives?
If you need current or historical COVID data today, Our World in Data (ourworldindata.org) remains the gold standard — richer datasets, downloadable CSVs, and still actively maintained. For a menubar-only number, there were several short-lived widgets on the Mac App Store during 2020–2021, though most are no longer updated. For a broader infectious-disease dashboard beyond COVID, the WHO's own web tools cover RSV, flu, and mpox alongside coronavirus data.