A macOS desktop app for splitting .m4a audio files into individual tracks using CUE sheets.
Drop in a long audio file, mark track boundaries on the waveform (or import a .cue file), and mixcut splits it into tagged .m4a tracks using m4acut and AtomicParsley.
Download the latest .dmg from the Releases page.
- Open the
.dmgand drag mixcut to your Applications folder. - The app is not code-signed. macOS will block it on first launch. To bypass Gatekeeper, open Terminal and run:
xattr -cr /Applications/mixcut.app- Open mixcut from Applications as normal.
Requires Node.js 24+ and pnpm.
pnpm install
pnpm start| Command | Description |
|---|---|
pnpm start |
Run the app in dev mode |
pnpm test |
Run tests |
pnpm run package |
Package the app (no distributable) |
pnpm run make |
Build the .dmg distributable |
m4acut and L-Smash for lossless M4A splitting. AtomicParsley for metadata tagging.
