Process explorer for Linux and macOS

Hoddmimis

A desktop process explorer built with Rust and QML. It shows running processes as a tree and includes resource columns, filtering, snapshots, process actions, and an inspector.

Public packages are available for Linux and Apple silicon macOS.

Hoddmimis showing a dark 2,000-process tree with its snapshot rail and inspector
Current Linux development build

Features

Process tree

Processes appear under their parents, with stable identities across refreshes.

Resource columns

CPU, GPU, memory, and network values for individual processes and their branches, where supported by the operating system.

Search and inspection

Filter branches, search visible columns, and inspect details, metrics, threads, files, sockets, and network activity.

Snapshots and controls

Save snapshots, configure columns, pin processes, and run supported process actions. Light and dark themes are included.

Rust and QML

QML renders the interface through typed Qt models. Rust owns the process tree and application services. Live telemetry comes from the same processtree crate used by Mimameidr.