NeoHtop abdenasser
winget install --id=abdenasser.NeoHtop -e
A modern, cross-platform system monitor built on top of Svelte, Rust, and Tauri.
NeoHtop is a modern, cross-platform system monitor designed to provide real-time insights into system performance. Built using Svelte, Rust, and Tauri, NeoHtop offers a sleek and efficient way to track resource usage and manage processes.
Key Features:
- Real-time monitoring of CPU, memory, and process activity.
- Advanced search capabilities with regular expressions for filtering processes.
- Pin important processes for quick access and sorting by any column.
- Dark/light theme support for optimal visibility in any environment.
- Process management tools, including the ability to kill processes.
Audience & Benefit:
Ideal for system administrators, developers, and power users who need a fast and intuitive tool to monitor and manage their systems. NeoHtop empowers users to optimize performance, troubleshoot issues, and maintain smooth operations across Windows, macOS, and Linux.
Available for installation via winget on supported platforms.
README
<img src="./screenshot.png" width="800" />
Table of Contents
Why NeoHtop?
Read about the back story and motivation behind NeoHtop
Features
- π Real-time process monitoring
- π» CPU and Memory usage tracking
- π¨ Beautiful, modern UI with dark/light themes
- π Advanced process search and filtering
- π Pin important processes
- π Process management (kill processes)
- π― Sort by any column
- π Auto-refresh system stats
Search Functionality
Search for processes by name, command, or PID. Use commas to search for multiple terms simultaneously. Regular expressions are supported for advanced filtering.
Examples:
arm, x86
: Returns processes with "arm" or "x86" in the name or commandd$
: Lists daemons (processes ending with 'd')^(\w+\.)+\w+$
: Shows processes with reverse domain name notation (e.g., com.docker.vmnetd)
Tech Stack
- Frontend: SvelteKit, TypeScript
- Backend: Rust, Tauri
- Styling: CSS Variables for theming
- Icons: FontAwesome
Getting Started
Prerequisites
- Node.js (v16 or later)
- Rust (latest stable)
- Xcode Command Line Tools (for macOS)
Installation
Download the latest release from the releases page.
Running with Sudo
Some processes require monitoring with sudo privileges. To monitor these processes, launch NeoHtop with sudo:
- macOS:
sudo /Applications/NeoHtop.app/Contents/MacOS/NeoHtop
- Linux:
pkexec /path/to/neohtop
(recommended)
Development
Setup
# Install dependencies
npm install
# Run in development mode
npm run tauri dev
# Build for production
npm run tauri build
Code Formatting
We use Prettier for web code and cargo fmt
for Rust code.
# Format all files
npm run format
# Check formatting without making changes
npm run format:check
Pull Requests
Before submitting a PR, ensure:
- All code is formatted (
npm run format
) - The format check passes (
npm run format:check
) - Your commits follow the project's commit message conventions
Contributing
We welcome contributions! Please see our contributing guidelines for more information.
License
This project is licensed under the MIT License - see the LICENSE file for details.