Free and open-source Mac media converter for Apple Silicon. We build a small, fast, privacy-first converter that "just works" using FFmpeg, Tauri, and Vue.
Honeymelon is a free and open-source desktop app for macOS (arm64) that converts video, audio, and images with a clean, preset-driven UI. It favors remux-first workflows, re-encoding only when required, and runs FFmpeg out of process for reliability.
- Simple, guided presets instead of complex flags
- Remux when possible; transcode only when needed
- Local processing by default; no media leaves your machine
- Apple Silicon performance with hardware acceleration via VideoToolbox
- Small footprint and fast startup using Tauri
Media converters tend to be either heavyweight or overly technical. Honeymelon aims for a narrow, reliable core:
- Sensible defaults for common tasks
- Minimal UI with strong affordances
- Predictable output compatible with mainstream players and editors
- Desktop: Tauri (Rust) + Vue 3 + Vite + TypeScript + shadcn-vue
- Engine: FFmpeg and FFprobe invoked out-of-process
- Packaging: macOS Apple Silicon, signed and notarized
- Updates: Optional in-app updates with signed feeds
honeymelon— desktop app (Tauri + Vue), licensed under GPL v3website— marketing website and downloadssupport— issue tracking, bug reports, and community discussionsdocs— user guide and technical documentation.github— organization profile and shared GitHub configuration
We welcome contributions! Honeymelon is free and open-source software licensed under GPL v3.
- Open an issue describing the change and its impact on simplicity and performance.
- Follow our coding standards (TypeScript strict, ESLint + Prettier, minimal Rust).
- Keep the UI within shadcn-vue components and utility classes. No custom CSS.
- All contributions require a Developer Certificate of Origin (DCO).
Security reports: see our Security Policy. We coordinate responsible disclosure.
Honeymelon is licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later). This means you're free to use, study, modify, and distribute the software under the terms of the GPL.
Honeymelon uses FFmpeg under the LGPL. We invoke FFmpeg as a separate process to maintain license separation. See the app's THIRD_PARTY_NOTICES.md and license compliance documentation for details on all dependencies.
- Website: https://honeymelon.app
- Documentation: https://docs.honeymelon.app
- Issues: https://github.com/honeymelon-app/honeymelon/issues
- Releases: https://github.com/honeymelon-app/honeymelon/releases