Mac-only media tools for Apple Silicon. We build a small, fast, privacy-first converter that “just works” using FFmpeg, Tauri, and Vue.
Honeymelon is a 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)site— marketing website and downloadsdocs— user guide and licensing notesffmpeg-builds— reproducible Apple Silicon FFmpeg/FFprobe builds
(Names may change as the organization evolves.)
We welcome focused contributions that keep the app small, fast, and easy to use.
- 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.
Security reports: contact the maintainers directly. We coordinate responsible disclosure.
Honeymelon uses FFmpeg under the LGPL. We do not enable GPL or non-free components in our distributed builds. Some codecs may be patent-encumbered in certain jurisdictions; we prefer system-provided implementations where applicable. See the app’s Third-Party Notices for details.
- 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