Skip to content

theyonecodes/archperf-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchPerf Pro // V3.0.0

Pro-Grade System Optimization Suite for Arch Linux

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.


⚡ Core Features

  • 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.

🛠 Build & Install

1. Prerequisite

Ensure you have electron and npm installed:

sudo pacman -S electron npm

2. Deployment

To 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/archperf

3. Execution

Launch via your App Menu or simply type:

archperf

🛡 Security & Transparency

ArchPerf 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors