palmier-io / palmier-pro
Palmier-io / Palmier-pro
Palmier Pro: The video editor built for AI. Palmier Pro:专为 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. 需要运行于 Apple Silicon 芯片的 macOS 26 (Tahoe) 系统。Palmier Pro 是一款适用于 Mac 的开源视频编辑器。你和你的 AI 智能体可以在时间轴内协同生成并编辑视频。
Swift-native video editor Swift 原生视频编辑器
We built Palmier Pro from scratch with Swift. The north star is Premiere Pro, with our take on integrating AI into the workflow. 我们使用 Swift 从零开始构建了 Palmier Pro。我们的目标是打造像 Premiere Pro 那样的专业工具,并融入我们对 AI 工作流集成的独特见解。
Built-in Generative AI 内置生成式 AI
Generate videos and images with SOTA models like Seedance, Kling, Nano Banana Pro inside the timeline editor. 在时间轴编辑器内,即可使用 Seedance、Kling、Nano Banana Pro 等顶尖(SOTA)模型生成视频和图像。
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 连接你的 Claude/Codex/Cursor,或者使用应用内置的智能体共同处理同一个项目。
MCP server MCP 服务器
When the app is open, it exposes an MCP server at http://127.0.0.1:19789/mcp via HTTP. To connect:
当应用运行时,它会通过 HTTP 在 http://127.0.0.1:19789/mcp 暴露一个 MCP 服务器。连接方式如下:
- 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: Cursor: 最简单的方法是进入应用内的Help -> MCP Instructions -> Install in Cursor,或者通过将以下内容添加到~/.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. Claude Desktop: 我们在应用中捆绑了一个 mcpb 工具,支持一键安装 Claude Desktop 扩展。请前往Help -> MCP Instructions -> Install in Claude Desktop。
FAQ 常见问题解答
Is Palmier Pro fully open source? Palmier Pro 是完全开源的吗?
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. 视频编辑器本身(不含生成式 AI 功能)是完全开源的。MCP 服务器和智能体聊天功能也是开源的。唯一闭源的部分是生成式 AI 的处理过程。
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. 编辑器是免费的。你无需登录即可下载,并将其作为像剪映(CapCut)或 Adobe Premiere 那样的视频编辑器使用。你也可以免费使用 MCP 服务器,并开始尝试使用 Claude Code/Desktop 或 Cursor 与你的时间轴编辑器进行交互。生成式 AI 功能需要登录并订阅。
What platforms does it support? 它支持哪些平台?
macOS 26 (Tahoe) on Apple Silicon only. See FAQ.md for more. 仅支持 Apple Silicon 芯片的 macOS 26 (Tahoe)。详情请参阅 FAQ.md。
Development 开发
See CONTRIBUTING.md 请参阅 CONTRIBUTING.md
Community & Support 社区与支持
- Discord: Join the community on Discord. Discord: 加入我们的 Discord 社区。
- Twitter / X: Follow @Palmier_io for updates and announcements. Twitter / X: 关注 @Palmier_io 获取更新和公告。
- Instagram: Follow @palmier.io Instagram: 关注 @palmier.io
- Feedback & Support: Create a Github Issue or email us at founders@palmier.io 反馈与支持: 创建 Github Issue 或发送邮件至 founders@palmier.io
Star History Star 历史
License 许可协议
Copyright (C) 2026 Palmier, Inc. Palmier Pro is open source under GPLv3. 版权所有 (C) 2026 Palmier, Inc. Palmier Pro 在 GPLv3 协议下开源。