OPEN-SOURCE
Jul 24, 2026Palmier Pro Is an Open-Source macOS Video Editor Built Around AI Workflows
Palmier Pro ships as an open-source native macOS video editor designed from the ground up to integrate AI capabilities into the editing workflow, not bolt them on after.
Palmier Pro is a native macOS video editor released under an open-source license, positioned as infrastructure for AI-assisted video editing rather than a feature-flagged add-on to a legacy timeline tool.
The project targets builders who want to embed AI into video workflows without routing everything through a proprietary SaaS layer. By open-sourcing the editor itself, the team makes the core timeline and rendering pipeline forkable and inspectable — relevant for anyone building products on top of video generation or AI-assisted post-production.
What distinguishes this from prior open-source video editors is the explicit design intent. Most open-source editors — DaVinci Resolve alternatives, OpenShot, Kdenlive — were built for human-driven workflows and treat AI as a plugin surface. Palmier Pro inverts that: the editor is structured to accommodate AI as a first-class participant in the editing process, whether that means automated cut selection, transcript-driven editing, or AI-generated asset integration.
For macOS-native development, shipping a Swift or Objective-C based editor as open source is a non-trivial surface area to expose. Engineers building on Apple Silicon with access to Core ML and the Neural Engine have a codebase they can extend directly rather than wrapping a cross-platform framework.
For solo founders in the AI video space, this provides a foundation. Building a specialized AI video product on top of an open-source native editor is meaningfully faster than starting from AVFoundation primitives or licensing a closed SDK.
The practical ceiling here depends on community adoption and how aggressively the team maintains compatibility as macOS APIs evolve. That said, the codebase being public means the evaluation is straightforward — inspect the architecture, determine fit, fork if useful.
The repository is available on GitHub under the palmier-io organization.
Source
news.ycombinator.com