Beta · Linux desktop · MIT

Atop Viewer

Desktop GUI for Linux atop historical logs — not a browser app.

Explore daily atop logs with charts, live refresh, process tables, and timelines. Uses atop -r -J on your machine — data never leaves your system.

Loading version…

Atop Viewer — Linux atop log analyzer (desktop app)
Full dashboard — load/CPU charts, process map, lifecycle detail, and process table.

Features

How it works

/var/log/atop/atop_YYYYMMDD  →  atop -r LOG -J JSON  →  Atop Viewer

Requires atop installed (sudo apt install atop). Does not parse binary logs in the browser and does not need atop -P.

Download

Linux amd64 · requires atop on the system.

Loading installers…

Also on GitHub Releases · README

Install on Ubuntu / Debian

sudo dpkg -i ~/atop-viewer-VERSION-amd64.deb
sudo apt -f install   # if needed
atop-viewer

Prefer dpkg -i when the file is in $HOME. Replace VERSION with the downloaded beta tag.

Other Linux distributions

chmod +x atop-viewer-VERSION-x86_64.AppImage
./atop-viewer-VERSION-x86_64.AppImage

Portable AppImage — still needs atop and often libfuse2.

Limitations (beta)

Roadmap