[!IMPORTANT] Palmier Pro releases through v0.7.6, and source code through
last-gpl-source, were published under GPLv3. Later binary releases are proprietary, and their corresponding source is not published. This repository preserves the historical source and hosts current binary releases and update metadata.
Palmier Pro
The video editor built for AI.
Requires macOS 26 (Tahoe) on Apple Silicon
English · Español · 简体中文 · 繁體中文 · 日本語 · 한국어 · Tiếng Việt · हिन्दी · বাংলা · العربية · Italiano · Português (Brasil) · Français · Русский · Türkçe

Palmier Pro is a macOS video editor with built-in AI generation and MCP support, allowing agents to create and edit directly on the timeline.
Swift-native video editor
We built Palmier Pro from scratch with Swift. The north star is Premiere Pro, with our take on integrating AI into the workflow.
Built-in Generative AI
Generate videos and images with SOTA models like Seedance, Kling, Nano Banana Pro inside the timeline editor.
Integrates with your agents
Connects your Claude/Codex/Cursor via MCP, or use the in-app agent to work on the same project together.
MCP server
When the app is open, it exposes an MCP server at http://127.0.0.1:19789/mcp via HTTP. To connect:
Claude Code
claude mcp add --transport http palmier-pro http://127.0.0.1:19789/mcp
Codex
codex mcp add palmier-pro --url http://127.0.0.1:19789/mcp
Cursor
The easiest way is go inside the app Help -> MCP Instructions -> Install in Cursor, or install manually by adding this to ~/.cursor/mcp.json:
{
"mcpServers": {
"palmier-pro": {
"type": "http",
"url": "http://127.0.0.1:19789/mcp"
}
}
}
Claude Desktop
We bundle a mcpb with the app that allows a one click install Desktop Extension on Claude Desktop. Go to Help -> MCP Instructions -> Install in Claude Desktop
FAQ
Which versions of Palmier Pro are open source?
Releases through v0.7.6 and source through last-gpl-source remain available under GPLv3. Later releases are proprietary.
What platforms does it support?
macOS 26 (Tahoe) or later on Apple Silicon (M series) only.
Contributing
This repository no longer accepts code contributions. The published source remains available for use, modification, and redistribution under GPLv3.
Community & Support
- Discord: Join the community on Discord.
- Twitter / X: Follow @Palmier_io for updates and announcements.
- Instagram: Follow @palmier.io
- Feedback & Support: Email [email protected].
License
Copyright (C) 2026 Palmier, Inc.
The source code published in this repository remains available under GPLv3.
Palmier Pro binary releases after v0.7.6 are proprietary and subject to the binary license.