A desktop application for cutting fragments from MP3 audio files.
After downloading the .dmg file, you may see the message "The application is damaged and can't be opened".
Method 1: Right-click the application, choose "Open", then click "Open" in the dialog.
Method 2: Run this command in the terminal:
xattr -cr /Applications/Music\ Cutter.appThis happens because the application is not signed with an Apple Developer certificate.
Download and run the .exe or .msi installer.
- Backend: Rust + Tauri 2.x
- Frontend: React 19 + TypeScript + Vite + Chakra UI
- Audio processing: FFmpeg
npm run tauri devnpm run tauri build