Modern cross-platform GUI for RyzenAdj built with Tauri and React.
- 🚀 Real-time power and temperature monitoring
- 🎯 Precise power limit controls
- 📊 Beautiful charts with historical data
- 💾 Profile management for different scenarios
- 🔒 Safe hardware interaction with privilege handling
- 🌍 Cross-platform support (Windows, Linux, macOS)
- Node.js 20+
- Rust 1.70+
- npm or bun
# Clone the repository
git clone https://github.com/dwalleck/resonance.git
cd resonance
# Install dependencies
npm install
# Run development server
npm run tauri:dev# Run all tests
npm test
# Run with coverage
npm run test:coverage
# Run Rust tests
cd src-tauri && cargo test# Build for production
npm run tauri:buildPlease read our Contributing Guide for details on our development process.
MIT License - see LICENSE for details.