Traditional video editing software often comes with a hefty price tag and demanding system requirements. While powerhouses like Final Cut Pro and Premiere Pro offer incredible capabilities, they're often out of reach for many independent creators, either financially or due to hardware limitations. Recently, an open-source project on GitHub called palmier-pro caught my eye. It's designed exclusively for macOS and, crucially, embraces AI as a core component, not just an afterthought.
Why 'Built for AI' Matters
The philosophy behind palmier-pro isn't to bolt AI onto an existing editor; it's to integrate AI as fundamental infrastructure. It taps into Metal Performance Shaders and Core ML to run AI models directly on your Mac. This means no internet connection is required, and your video files never leave your machine, ensuring privacy. Processing speed scales with your Mac's chip, making it performant on M1, M2, and even the latest M3 silicon.
Diving into the codebase reveals built-in features like scene detection, speech-to-text transcription, and automatic cut point markers. In conventional editors, these often require third-party plugins or painstaking manual frame-by-frame work. palmier-pro makes them native operations. Imagine importing an interview, and the software automatically identifies silent segments, suggesting precise trims without you lifting a finger.
Hands-On Experience
I compiled the project on an M1 MacBook Air, and the process was surprisingly smooth. Opening it in Xcode, waiting for dependencies to resolve, and then building took about three minutes. The interface, crafted with SwiftUI, feels distinctly macOS — clean and functional without unnecessary frills. I fed it some 4K drone footage, and the AI scene detection processed it in roughly 15 seconds, accurately flagging eight distinct scene transitions.
- Smart Editing: Generates initial cut suggestions based on audio waveforms and visual content, significantly reducing manual drag-and-drop time.
- Real-time Captions: Utilizes local Whisper models for accurate subtitle generation, with the ability to export SRT files.
- Plugin Architecture: Supports custom Swift plugins, allowing developers to extend AI behaviors, such as creating bespoke detection rules.
It's important to note that palmier-pro isn't a direct replacement for professional suites like Final Cut Pro. Currently, it only supports H.264 and ProRes input, and output options are somewhat limited. Multi-layer timeline editing, a staple for complex projects, is still under active development.
Who Is This For?
If you're a macOS developer keen on understanding how to integrate AI into video tools, palmier-pro offers an excellent reference codebase. For independent creators who need to quickly rough-cut large volumes of footage and don't mind a bit of command-line interaction, it can be a powerful assistant. However, if you're expecting a polished, out-of-the-box solution for intricate, multi-track projects, you might want to wait for a few more releases.
Looking Ahead
The biggest challenge for any open-source project is sustained development. palmier-pro currently shows active updates, with the community discussing features like AI style transfer and automatic color grading. If this momentum continues, it has the potential to carve out a niche as a lean, AI-centric video editor on macOS.
Ultimately, palmier-pro is a project worth watching. If you own a Mac and possess a curious mind, cloning the repository and giving it a spin could reveal the lightweight, AI-powered editing tool you didn't know you needed.










Comments
No comments yet
Be the first to comment