Monitor CPU and memory usage of every running process on your Mac, Linux, or Windows machine in real time.
Find and kill a runaway or unresponsive process by searching for it by name, command, or process ID.
Pin specific processes to keep them visible at the top while the rest of the list scrolls and updates.
NeoHtop is a desktop application that shows you what is running on your computer in real time. It is similar to the Activity Monitor on macOS or Task Manager on Windows, but it has a cleaner visual design and a few extra tools for finding and managing processes. The app displays a live list of every process running on your machine along with how much CPU and memory each one is using. You can sort the list by any column, pin processes you want to keep an eye on, and kill any process directly from the interface. It refreshes automatically so you always see current numbers. The search feature is one of the more practical parts. You can type a name, a command, or a process ID to filter the list instantly. If you need to look for several things at once, separate your terms with commas. The search also accepts regular expressions for anyone comfortable with pattern matching, which makes it useful for filtering whole categories of processes by naming convention. NeoHtop runs on macOS, Linux, and Windows. On macOS you can install it through Homebrew, and on Linux it is available through the AUR on Arch-based systems, through the Terra repository on Fedora, and as a package on Solus. Windows users can install it with Scoop. Official builds come from the GitHub releases page, the package manager versions are maintained by community members and are not officially endorsed. If you want to monitor processes that require higher system permissions, the README explains how to launch the app with administrator privileges on each platform. The project was built using Rust and Tauri for the application backend and SvelteKit with TypeScript for the interface. It is open source under the MIT License. The same author also maintains a terminal-based version called NeoHtop CLI, which is a separate project.
← abdenasser on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.