Skip to content

QuentiumYT/Stacer

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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 update
  3. Run sudo apt install stacer

Debian / Ubuntu

  1. Download the stacer binary from the Stacer releases page.
  2. Install runtime dependencies:
    • sudo apt install libqt6core6 libqt6charts6 libqt6svg6 libqt6network6
  3. Run sudo apt install ./stacer_*.deb on the downloaded package.
  4. Launch Stacer using the installed stacer command.

Debian / Ubuntu (with APT)

  1. Run sudo apt 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 either:
    • yay -Syu stacer
    • paru -S stacer
    • pacaur -a stacer
  2. Launch Stacer using the installed stacer command.

Build from source (with CMake)

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

Dependencies:

  • cmake
  • qt6-base-dev
  • qt6-tools-dev
  • qt6-tools-dev-tools
  • qt6-l10n-tools
  • libqt6charts6-dev
  • libqt6svg6-dev
  • qt6-wayland-dev (optional)
  • libgl1-mesa-dev
  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.2%
  • QMake 2.9%
  • CMake 2.0%
  • Other 0.9%