a resource monitor in your browser, in Rust
This is a fork of axact with memory and temperature info.
The debian package can be built via cargo deb:
# Install cargo-deb
cargo install cargo-deb
# Build debian Package
cargo deband installed via apt or dpkg:
# apt
sudo apt install ./target/debian/axact_<version>_<arch>.deb
# or dpkg
sudo dpkg -i ./target/debian/axact_<version>_<arch>.debIf you are not using debian, there is still the possibility to use the Makefile in the root
of this repository:
make build
sudo make installThe Systemd service is not created with this method.
Enjoy the project!
A resource monitor in your browser, so you can view the state of a VM or some other remote host. Built with Rust & Preact. See the video: https://youtu.be/c_5Jy_AVDaM
-
Using yeap instead of preact and tower backend: https://github.com/hanako-eo/axact
-
Visualizing 128 cores: https://github.com/useafterfree/axact
- Adding chat functionality: https://github.com/shahzadnaeem/axact
This project is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.


