Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.15 KB

File metadata and controls

48 lines (29 loc) · 1.15 KB

Music Cutter

English Russian

A desktop application for cutting fragments from MP3 audio files.

Installation

macOS

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

This happens because the application is not signed with an Apple Developer certificate.

Windows

Download and run the .exe or .msi installer.

Tech Stack

  • Backend: Rust + Tauri 2.x
  • Frontend: React 19 + TypeScript + Vite + Chakra UI
  • Audio processing: FFmpeg

Development

npm run tauri dev

Build

npm run tauri build

IDE Setup