A fast and customizable system monitor
Made with C++ and ImGui
Scylla is a fast and customizable system monitor built using C++ and ImGui. It's goal is to be a fast and dependable system monitor that does not compromise on customizability.
- ⚡ Blazing Fast - The app uses ImGui for speedy rendering
- 💠 All-in-one - CPU usage, ....
Coming soon!
This is currently the only way to install Scylla.
Install all the dependencies listed above.
These commands will also install git on your machine.
On X:
Note Ig bro
On Y:
On Z:
Clone the repository to your local machine. This can be done with
# Clone the repository
git clone https://github.com/sxlphuric/scylla.git
# Go into the repository's folder
cd scyllaBuild and install the package with CMake:
# Configure build folder
cmake -S . -B build
# Build project
cmake --build build
# Install project
cmake --install buildYou should now be able to run Scylla to open the application.
- Get project in a working state: Query at least CPU and MEMORY info.
- Crossplatform
- Find a way to add settings
- Graphs
- CPU
- temp
- mem
- max
- temp
- usage
- diskspace
- max
- usage
- percent
- net
- usage
- down
- up