Hi all,
Wanted to share a new release that might interest people here: TMOG, a system monitor/task manager from Dave Plummer, who wrote the original Windows Task Manager. It's published by Plummers' Software LLC and just hit version 1.0.0 RTM.
What it is:
A task manager aimed at answering "why is my computer slow?" by showing which process and subsystem is responsible at a glance. It runs on Windows 11 (x64 and ARM64), macOS 14+ (Apple silicon and Intel), and Linux (x64 and ARM64 via AppImage, .deb, or .tar.gz).
Points that may matter to this community:
Free vs. Pro:
The main app is a free download. A paid Pro version (sold via Lemon Squeezy) adds features such as Flight Recorder, which records and replays telemetry sessions.
Links:
Since it's a brand new 1.0 release of a tool that needs fairly deep system access, I'd be interested in hearing from anyone who tests it. I installed it to my Windows
Has anyone tried it yet?
Wanted to share a new release that might interest people here: TMOG, a system monitor/task manager from Dave Plummer, who wrote the original Windows Task Manager. It's published by Plummers' Software LLC and just hit version 1.0.0 RTM.
What it is:
A task manager aimed at answering "why is my computer slow?" by showing which process and subsystem is responsible at a glance. It runs on Windows 11 (x64 and ARM64), macOS 14+ (Apple silicon and Intel), and Linux (x64 and ARM64 via AppImage, .deb, or .tar.gz).
Points that may matter to this community:
- Fully native apps on each platform (C++/Win32 on Windows, Swift/AppKit on macOS, C++/Qt 6 on Linux) built on a shared C++20 core. No Electron or embedded browser.
- The privacy page says it sends no usage stats, hardware inventory, process info, or identifiers, and that the only routine network request is an update check.
- It pairs each PID with the process's creation identity, so a recycled PID can't cause an action (like killing a process) to hit the wrong target.
- It distinguishes between a measured zero and "unavailable," and leaves gaps in graphs when sampling stops rather than smoothing over missing data.
- It has an optional self-monitoring mode so you can see TMOG's own resource cost.
- Views include processes, CPU (with P-core/E-core distinction), memory pressure, disks, network, energy/watts per process, thermals, startup apps, services, connections, installed apps, disk space, and benchmarks.
- The macOS build is signed and notarized.
Free vs. Pro:
The main app is a free download. A paid Pro version (sold via Lemon Squeezy) adds features such as Flight Recorder, which records and replays telemetry sessions.
Links:
- Homepage: https//www.tmog.org
- Release notes: Release Notes — Task Manager TMOG
- Privacy / free-edition promise: Privacy — TMOG
Since it's a brand new 1.0 release of a tool that needs fairly deep system access, I'd be interested in hearing from anyone who tests it. I installed it to my Windows
Has anyone tried it yet?
