A modern IT support team utilities application with a toolshed of features built with:
- Tauri (Rust) for the backend
- Next.js (React) for the frontend
- Fluent UI 2 for the design system
- Storage analyzer and junk file cleaner
- Extensible toolshed architecture for adding team utilities
- Node.js (v22 recommended)
- Rust (latest stable)
To start the application in development mode with hot-reloading:
npm run tauri devTo create an optimized executable for your operating system:
npm run tauri buildThe executable will be located in src-tauri/target/release/bundle/.