# neohtop: Blazing-Fast System Monitoring with Rust, Tauri, and Svelte

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/abdenasser-neohtop
Generated for open source discovery and AI-assisted research.

neohtop is a modern, cross-platform system monitor designed for speed and efficiency. Built with Rust, Tauri, and Svelte, it offers real-time process monitoring and a beautiful user interface. This tool provides comprehensive insights into your system's performance, making it an excellent alternative to traditional monitoring utilities.

GitHub: https://github.com/Abdenasser/neohtop
OSRepos URL: https://osrepos.com/repo/abdenasser-neohtop

## Summary

neohtop is a modern, cross-platform system monitor designed for speed and efficiency. Built with Rust, Tauri, and Svelte, it offers real-time process monitoring and a beautiful user interface. This tool provides comprehensive insights into your system's performance, making it an excellent alternative to traditional monitoring utilities.

## Topics

- system-monitoring
- cross-platform
- rust
- svelte
- tauri
- desktop-utility
- htop-alternative
- performance

## Repository Information

Last analyzed by OSRepos: Wed Apr 15 2026 00:11:27 GMT+0100 (Western European Summer Time)
Detail views: 6
GitHub clicks: 5

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction
neohtop is a powerful and blazing-fast system monitoring tool designed for your desktop. Leveraging the performance of Rust for its backend, the cross-platform capabilities of Tauri, and the reactive frontend of Svelte, neohtop offers a modern and efficient way to keep an eye on your system's resources. It provides real-time insights into processes, CPU, and memory usage, all within a beautifully crafted user interface.

## Installation
Installing neohtop is straightforward, with options for manual downloads or using various package managers across different operating systems.

*   **Manual Installation:**
    Download the latest release directly from the official [releases page](https://github.com/Abdenasser/neohtop/releases "NeoHtop Releases" target="_blank").

*   **Package Managers:**
    Community-maintained packages are available for several platforms. Please note these are unofficial and managed by third parties.

    *   **macOS (Homebrew):**
        bash
        brew install --cask neohtop
        
    *   **Arch Linux (AUR):**
        bash
        yay -S neohtop
        # or
        paru -S neohtop
        
    *   **Fedora Linux:**
        First, install the [Terra repository](https://terra.fyralabs.com/ "Terra Repository" target="_blank"), then:
        bash
        dnf install neohtop
        
    *   **Windows (Scoop):**
        Add the Scoop extras bucket:
        bash
        scoop bucket add extras
        
        Then install:
        bash
        scoop install extras/neohtop
        
    *   **Solus:**
        bash
        eopkg install neohtop
        

*   **Running with Sudo:**
    For monitoring processes that require elevated privileges, launch neohtop with sudo:
    *   macOS: `sudo /Applications/NeoHtop.app/Contents/MacOS/NeoHtop`
    *   Linux: `pkexec /path/to/neohtop` (recommended)

## Examples
neohtop includes robust search functionality to help you quickly find specific processes. You can search by name, command, or Process ID (PID). Multiple search terms can be separated by commas, and regular expressions are fully supported for advanced filtering.

*   **Search Examples:**
    *   `arm, x86`: Returns processes containing "arm" or "x86" in their name or command.
    *   `d$`: Lists daemons, processes whose names end with 'd'.
    *   `^(\w+\.)+\w+$`: Displays processes using reverse domain name notation, such as `com.docker.vmnetd`.

## Why Use neohtop?
neohtop stands out with a comprehensive set of features designed for efficient system monitoring:

*   ? Real-time process monitoring
*   ? CPU and Memory usage tracking
*   ? Beautiful, modern UI with dark/light themes
*   ? Advanced process search and filtering
*   ? Pin important processes for quick access
*   ? Process management, including the ability to kill processes
*   ? Sort by any column for customized views
*   ? Auto-refresh system statistics
*   Additionally, a new CLI version, [NeoHtop CLI](https://github.com/Abdenasser/neohtop-cli "NeoHtop CLI GitHub" target="_blank"), offers all the power of NeoHtop directly in your terminal.

## Links
Explore neohtop further through these official links:

*   [GitHub Repository](https://github.com/Abdenasser/neohtop "NeoHtop GitHub Repository" target="_blank")
*   [Latest Releases](https://github.com/Abdenasser/neohtop/releases "NeoHtop Releases" target="_blank")
*   [NeoHtop CLI](https://github.com/Abdenasser/neohtop-cli "NeoHtop CLI GitHub" target="_blank")