返回目录
开源项目其他开源工具类新手

GitHub - palmier-io/palmier-pro: macOS video editor built for AI

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

1 次阅读2026/09/10 发布
GitHub - palmier-io/palmier-pro: macOS video editor built for AI 来源图片

社区作者 · zZz

它解决什么问题

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

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 .

— 本文由 AI 根据公开来源辅助整理,命令、版本与许可证请在使用前到原始页面复核。

安装 / 开始使用

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

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 .

  • Discord: Join the community on Discord .
  • Twitter / X: Follow @Palmier_io for updates and announcements.
  • Instagram: Follow @palmier.io
  • Feedback & Support: Email [email protected] .

来源教程配图

Palmier Pro UI
配图 1 · Palmier Pro UI查看原图

适用场景

学习研究
开源项目实践