ArchPerf Pro is a high-fidelity system utility designed for CachyOS and high-end Arch Linux deployments. It combines 2026 glass-morphic design with low-level kernel tuning to ensure your machine—new or old—operates at peak fluidity.
- Quantum Pulse (Instant Boost): Multi-stage process orchestration including Plasma/KWin priority shifting and BORE scheduler sharpening.
- Machine Blueprint: Real-time visualization of CPU, Memory, and GPU vitals.
- Surgical Lab: 100% transparent execution of ZRAM deployment, Cache purging, and Systemd Journal vacuuming.
- Audit Stream: High-performance HUD that provides real-time "Receipts" for every system action.
- Power Awareness: Dynamic CPU governor switching (Performance vs Energy Balanced) based on power source.
Ensure you have electron and npm installed:
sudo pacman -S electron npmTo deploy ArchPerf Pro as a first-class system application:
cd archperf-pro
npm install
cd archperf-orchestrator && npm install && cd ..
# Compile Sentinel
g++ src/sentinel.cpp -o archperf-sentinel
# Install Polkit policy for native elevation
sudo cp com.archperf.policy /usr/share/polkit-1/actions/
# Install Desktop Entry
sudo cp archperf-pro.desktop /usr/share/applications/
# Install Sentinel Binary
sudo cp archperf-sentinel /usr/bin/archperf-sentinel
# Create System Launcher
echo -e "#!/usr/bin/env bash\n$(pwd)/node_modules/.bin/electron $(pwd)/main.js \"\$@\"" | sudo tee /usr/bin/archperf > /dev/null
sudo chmod +x /usr/bin/archperfLaunch via your App Menu or simply type:
archperfArchPerf Pro uses Polkit (pkexec) for unified session authorization. It never stores passwords and provides 100% visibility into the commands it executes via the Audit HUD.
Made in ❤️ by TheyOne Codes