v0.1.0 — Initial release
First public release of Lindoze — a Linux system monitor laid out like Windows 11 Task Manager.
Highlights
- Per-thread CPU grid — every logical processor as its own mini-graph, no overlaid mess
- Multi-GPU support — NVIDIA (NVML) and AMD (sysfs), one page per detected device
- Processes tab with sortable tree, search, end-task / kill / suspend / renice
- Startup apps tab with one-click toggle and 10-second undo
Install
Currently from source:
git clone https://github.com/awn007-eng/lindoze.git
cd lindoze
python3 -m venv .venv
.venv/bin/pip install -e .
.venv/bin/lindoze
Not yet supported (planned)
- Intel GPU page (NVIDIA + AMD only for v0.1)
- Flatpak / Flathub distribution
- Per-process GPU / Network attribution
Credits
Inspired by Dave Plummer's work on the original Windows Task Manager.