Palmier-pro: macOS video editor built for AI
Palmier Pro is an open-source macOS video editor designed for AI workflows. It features built-in generative AI, MCP integration with agents like Claude and Codex, and a Swift-native timeline. The editor is free to use; AI features require a subscription.
Notifications You must be signed in to change notification settings
Fork 245
Star 2.8k
BranchesTags
Open more actions menu
Folders and files
NameName
Last commit message
Last commit date
Latest commit
History
633 Commits
633 Commits
Sources/PalmierPro
Sources/PalmierPro
Tests/PalmierProTests
Tests/PalmierProTests
assets
assets
mcpb
mcpb
models
models
scripts
scripts
.gitignore
.gitignore
AGENTS.md
AGENTS.md
CLAUDE.md
CLAUDE.md
CONTRIBUTING.md
CONTRIBUTING.md
FAQ.md
FAQ.md
LICENSE
LICENSE
Package.resolved
Package.resolved
Package.swift
Package.swift
README.md
README.md
appcast.xml
appcast.xml
Repository files navigation
The video editor built for AI.
Requires macOS 26 (Tahoe) on Apple Silicon
Palmier Pro is an open source video editor for Mac. You and your agent can generate and edit videos together inside 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
Is Palmier Pro fully open source?
The video editor (without the generative AI features) is fully open source. The MCP server and the agent chat are also open source. The only thing that is closed source is the generative AI processing.
Is it free?
The editor is free. You can download it with no login required, and use it as a video editor like CapCut or Adobe Premiere. You can also use the MCP server for free, and start experimenting using Claude Code/Desktop or Cursor to interact with your timeline editor.
Generative AI features require login and subscription.
What platforms does it support?
macOS 26 (Tahoe) on Apple Silicon only.
See FAQ.md for more.
Development
See CONTRIBUTING.md
Community & Support
Discord: Join the community on Discord.
Twitter / X: Follow @Palmier_io for updates and announcements.
Instagram: Follow @palmier.io
Feedback & Support: Create a Github Issue or email us at [email protected]
Star History
License
Copyright (C) 2026 Palmier, Inc.
Palmier Pro is open source under GPLv3.
About
macOS video editor built for AI
palmier.io
Topics
macos
swift
mcp
video-editor
claude
ai-video
seedance2
Resources
Readme
License
GPL-3.0 license
Contributing
Contributing
Uh oh!
There was an error while loading. Please reload this page.
Activity
Custom properties
Stars
2.8k stars
Watchers
17 watching
Forks
245 forks
Report repository
Releases 53
v0.3.5
Latest
Jun 20, 2026
+ 52 releases
Packages 0
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
Swift 98.8%
Other 1.2%