Minimalist Windows taskbar with real-time hardware monitoring, built with Tauri + React + TypeScript + Rust.
CI Security Audit CodeFactor License
- Real-time hardware monitoring (CPU, RAM, GPU, Storage, Network)
- Media controls and audio device management
- Weather widget (Open-Meteo API, free, no API key required)
- Notes, clock, and headset status widgets
- Native desktop performance with Tauri
- Fully configurable widget layout and theme
- Auto-detect location for weather via IP geolocation
- Frontend (React + Vite): UI rendering, widget composition, user interactions
- Backend (Rust + Tauri): system data collection, OS integration, native APIs
See full details in docs/ARCHITECTURE.md.
- Node.js 20+
- Rust (stable)
- Windows 10/11 for full Tauri execution
npm install
npm run dev
npm run tauri dev
# Unit tests npm test # Coverage npm run test:coverage # Lint npm run lint # Type check npm run type-check
# Frontend build npm run build # Full Tauri build npm run tauri build
See SECURITY.md for vulnerability reporting.
Contributions are welcome! Please read CONTRIBUTING.md before opening a PR.
See docs/ROADMAP.md.
MIT License. See LICENSE.