Skip to content

QuentiumYT/Stacer

 
 

Repository files navigation

Linux System Optimizer and Monitoring

Platform (GNU/Linux) Github All Releases

Reviews

Required Packages

  • curl
  • systemd

Ubuntu PPA Repository

  1. Run sudo add-apt-repository ppa:quentiumyt/stacer
  2. Run sudo apt-get update
  3. Run sudo apt-get install stacer

Debian / Ubuntu

  1. Download the stacer binary from the Stacer releases page.
  2. Run sudo dpkg -i stacer_*.deb on the downloaded package.
  3. Launch Stacer using the installed stacer command.

Debian / Ubuntu (with APT)

  1. Run sudo apt-get install stacer
  2. Launch Stacer using the installed stacer command.

Fedora

  1. Download the stacer binary from the Stacer releases page.
  2. Run sudo rpm --install stacer_*.rpm --nodeps --force on the downloaded package.
  3. Launch Stacer using the installed stacer command.

Fedora (with DNF)

  1. Run sudo dnf install stacer
  2. Launch Stacer using the installed stacer command.

Arch Linux (with AUR)

Select the AUR helper of your choice:

  1. Run yay -Syu stacer
  2. Run paru -S stacer
  3. Run pacaur -a stacer
  4. Launch Stacer using the installed stacer command.

Build from source (with CMake)

  1. Run sudo apt-get update
  2. Run for each dependency sudo apt-get install <dependency>

Dependencies:

  • cmake
  • qt6-base-dev
  • qt6-tools-dev
  • qt6-charts-dev
  • qt6-svg-dev
  • qt6-wayland-dev (optional)
  • qt6-tools-dev-tools
  1. mkdir build && cd build
  2. cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=g++ ..
  3. make -j $(nproc)
  4. ./output/stacer

Screenshots

Contributors

This project exists thanks to all the people who contribute.

About

Linux System Optimizer and Monitoring

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 94.4%
  • QMake 2.9%
  • CMake 2.0%
  • Other 0.7%