ferdinandkeller / web_htop

A web version of HTOP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web HTOP

A web version of htop. The binary is self-sufficient, just run it and open localhost:3133. The statistic refreshes automatically every 500ms. You can open as many tabs as you want.

The app looks like this in light mode:

a capture of the web app

Compiling

If you want to compile the code yourself:

  1. install cargo, node and yarn
  2. clone the repo
  3. run yarn and then yarn build inside the ui folder
  4. run cargo build --release in the root of the project
  5. your build will be in the target/release folder

About

A web version of HTOP

License:MIT License


Languages

Language:Rust 58.1%Language:Vue 24.9%Language:SCSS 9.5%Language:HTML 4.0%Language:TypeScript 3.5%