English | Русский
AudioPie — build M4B audiobooks from MP3 tracks with chapter editing.
- 🎵 Convert MP3 tracks to M4B audiobook format
- 📖 Edit chapters with drag & drop
- 🎨 Metadata editing support
- 🔧 FFmpeg integration
- 💾 Project save/load functionality
- 🌍 Multilingual (English & Russian)
- ⚡️ Vite — Next generation frontend tooling
- ⚛️ React 18 — UI framework
- 🖥 Electron — Cross-platform desktop apps
- 📘 TypeScript — Type safety
- 🎨 SCSS — Styling
├── electron/ # Electron main & preload processes
│ ├── main/ # Main process
│ └── preload/ # Preload scripts
├── src/ # React application (renderer)
│ ├── components/ # React components
│ ├── context/ # React context
│ └── styles/ # SCSS styles
├── public/ # Static assets
├── build/ # App icons
└── assets/ # Additional resources (FFmpeg, etc.)
npm installnpm run devnpm run buildThe built application will be in the release/{version} directory.
npm run dev— Start development server with hot reloadnpm run build— Build application for productionnpm run preview— Preview production build
- Node.js >= 18.0.0
- npm or yarn
⚠️ Note: Code signing is currently in progress. Until it's complete, you may see security warnings when launching the app.
If macOS shows "AudioPie is damaged and can't be opened", run in Terminal:
xattr -cr /Applications/AudioPie.appOr go to System Settings → Privacy & Security and click "Open Anyway".
If Windows SmartScreen shows "Windows protected your PC":
- Click "More info"
- Click "Run anyway"
MIT License — see LICENSE file for details
Ivan Monastyrev (i@ikloster.ru)