Palmier Pro appeared on Hacker News with 113 points and 17 comments as an open-source macOS video editor built specifically for AI integration.
The project lives at github.com/palmier-io/palmier-pro. It targets users who want local AI features inside a native Mac video editor rather than cloud services.
What It Is and How It Works
Palmier Pro combines standard video editing controls with hooks for AI models. Users can run local inference for tasks such as auto-captioning, object tracking, and scene detection directly on macOS hardware.
The editor uses native Swift and Metal where possible, keeping processing on-device. This design avoids sending footage to external servers.
Community Reaction on Hacker News
Early comments focused on the choice of macOS-only support and the open-source license. Several developers asked about plugin architecture and whether existing AI models like Whisper or YOLO can be dropped in without custom code.
One thread noted the 113-point score as modest compared with other Show HN video tools, suggesting interest is still niche.
How to Try It
Clone the repository and follow the README build steps for Xcode 15+. The project currently requires macOS 14 or later.
Install dependencies with Swift Package Manager, then build the app target. No pre-built binaries are listed in the repo at this time.
Pros and Cons
- Open-source code allows inspection and modification
- Native macOS performance with Metal acceleration
AI hooks designed for local models
macOS-only, excluding Windows and Linux users
Limited documentation on model integration
No public benchmark numbers yet
Alternatives and Comparisons
| Tool | Platform | AI Focus | License | Local Processing |
|---|---|---|---|---|
| Palmier Pro | macOS | Custom hooks | Open source | Yes |
| DaVinci Resolve | Cross-platform | Studio AI tools | Proprietary | Partial |
| CapCut | Cross-platform | Cloud + local | Free tier | Partial |
Palmier Pro differentiates by keeping the entire stack open and local, while Resolve offers more polished professional features at the cost of closed components.
Who Should Use This
Developers building custom AI video pipelines on Apple Silicon will find the open hooks useful. Teams needing cross-platform support or immediate enterprise features should look elsewhere until the project matures.
Bottom line: Palmier Pro offers an early open-source path for AI-native editing on macOS, but lacks the polish and breadth of established tools.
The project’s trajectory depends on whether contributors expand model support and documentation in the coming months.
Top comments (0)