Skip to content

QuentiumYT/Stacer

Β 
Β 

Repository files navigation

Linux System Optimizer and Monitoring

Platform (GNU/Linux) GitHub Releases Downloads Crowdin Localized Percentage

Reviews

Installation

Prerequisites

  • curl
  • systemd

Ubuntu (PPA)

sudo add-apt-repository ppa:quentiumyt/stacer
sudo apt update
sudo apt install stacer

Run: stacer

Debian/Ubuntu (.deb)

  1. Download the .deb package from Stacer releases.
  2. Install dependencies:
    sudo apt install curl systemd libqt6core6 libqt6gui6 libqt6widgets6 libqt6charts6 libqt6svg6 libqt6concurrent6 libqt6network6
  3. Install package:
    sudo apt install ./stacer_*.deb
  4. Run: stacer

Debian/Ubuntu (APT)

⚠️ Not up to date, a newer version is available in Debian forky or Ubuntu resolute. Old stacer (version 1.1.0) is available up to Debian bookworm or Ubuntu questing.

sudo apt install stacer

Run: stacer

Fedora (.rpm)

  1. Download the .rpm package from Stacer releases.
  2. Install:
    sudo rpm --install stacer_*.rpm --nodeps --force
  3. Run: stacer

Fedora (DNF)

⚠️ Not up to date, this fork has not been accepted yet. Old stacer (version 1.1.0) is available up to Fedora 42.

sudo dnf install stacer

Run: stacer

Arch Linux (AUR)

Two maintainers propose this package up to date: stacer-bin or stacer.

Using your preferred AUR helper:

# yay
yay -S stacer-bin # OR stacer
# or paru
paru -S stacer-bin # OR stacer

Run: stacer

CachyOS

Using your preferred package manager:

# pacman
sudo pacman -S stacer
# or paru
paru -S stacer
# or yay
yay -S stacer

Run: stacer

Flatpak (Application bundle)

  1. Download the .flatpak package from Stacer releases.
  2. Install:
    flatpak install fr.quentium.stacer_*-x86_64.flatpak # or aarch64
  3. Run: flatpak run fr.quentium.stacer

Note

Flatpak is running in a sandboxed environment, which may limit access to certain system resources (i.e. disk usage). Services, Processes, Uninstaller and APT Repository Manager are hidden by default.

Flatpak (Flathub)

⚠️ Stacer couldn't be listed using it's original name. I choose an anagram for official publishing: Acters. I recommend using the application bundle as it has an extra permission for system cleaner & startup apps to work.

flatpak install flathub fr.quentium.acters

Run: flatpak run fr.quentium.acters

Note

Flatpak is running in a sandboxed environment, which may limit access to certain system resources (i.e. disk usage). Services, Processes, Uninstaller and APT Repository Manager are hidden by default. System Cleaner and Startup Apps are also limited in this version.

Build from Source (CMake)

  1. Install dependencies:

    sudo apt update
    sudo apt install \
     cmake \
     qt6-base-dev \
     qt6-tools-dev \
     qt6-tools-dev-tools \
     qt6-l10n-tools \
     libqt6opengl6-dev \
     libqt6charts6-dev \
     libqt6svg6-dev \
     qt6-wayland-dev \
     libglx-dev \
     libgl1-mesa-dev \
     libxkbcommon-dev \
     libvulkan-dev
  2. Build and run:

    cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
    cmake --build build -j $(nproc)
    ./build/stacer/stacer

Screenshots

The Stacer Dashboard:

The Stacer Dashboard

The Stacer Dashboard on Ubuntu:

The Stacer Dashboard on Ubuntu

The Stacer Dashboard on WSL:

The Stacer Dashboard on WSL

The Stacer Startup Apps:

The Stacer Startup Apps

The Stacer System cleaner:

The Stacer System cleaner

The Stacer System cleaner list:

The Stacer System cleaner list

The Stacer Search:

The Stacer Search

The Stacer Services:

The Stacer Services

The Stacer Processes:

The Stacer Processes

The Stacer Uninstaller:

The Stacer Uninstaller

The Stacer Resources:

The Stacer Resources

The Stacer Resources usage:

The Stacer Resources usage

The Stacer Resources system:

The Stacer Resources system

The Stacer Helpers:

The Stacer Helpers

The Stacer APT Repository Manager:

The Stacer APT Repository Manager

The Stacer Gnome Settings:

The Stacer Gnome Settings

The Stacer Gnome Settings appearance:

The Stacer Gnome Settings appearance

The Stacer Settings:

The Stacer Settings

The Stacer Settings feedback:

The Stacer Settings feedback

Contributors

This project exists thanks to all the people who contribute.

Thanks for people that contributes on translations on Crowdin!