Linux System Optimizer and Monitoring
- Download
stacer-1.0.7-x86_64.AppImage
from the Stacer releases page. - Make it executable
sudo chmod a+x stacer*.AppImage
- Run
./stacer*.AppImage
- Download
stacer_1.0.7_amd64.deb
from the Stacer releases page. - Run
sudo dpkg --install stacer_1.0.7_amd64.deb
on the downloaded package. - Launch Stacer using the installed
stacer
command.
- Download
stacer_1.0.7_i386.deb
from the Stacer releases page. - Run
sudo dpkg --install stacer_1.0.7_i386.deb
on the downloaded package. - Launch Stacer using the installed
stacer
command.
- Download
stacer-1.0.7.rpm
from the Stacer releases page. - Run
sudo rpm --install stacer-1.0.7.rpm
on the downloaded package. - Launch Stacer using the installed
stacer
command.
git clone https://github.com/oguzhaninan/Stacer.git
cd Stacer
npm install && npm run build && npm start
- Run
sudo dpkg -r stacer