Show HN: Palmier Pro – 基于 AI 的开源 macOS 视频编辑器
Show HN: Palmier Pro – Open-source macOS video editor built for AI

原始链接: https://github.com/palmier-io/palmier-pro

Palmier Pro 是一款专为 macOS (Apple Silicon) 开发的 Swift 原生开源视频编辑器。它旨在作为 Adobe Premiere Pro 的现代替代品,将传统的轨道剪辑与先进的生成式 AI 相结合。 该平台允许用户利用 Kling 和 Seedance 等顶尖模型,直接在时间轴内生成并编辑视频与图像素材。其一大亮点是原生支持 AI 智能体:通过 MCP 服务器,用户可以连接 Claude、Codex 和 Cursor 等工具,直接与项目进行交互和控制。 尽管核心视频编辑器、智能体集成及 MCP 服务器均采用免费开源(GPLv3)模式,但生成式 AI 处理功能需要订阅。Palmier Pro 非常重视隐私与易用性,用户无需登录即可下载并编辑视频。它针对最新的 macOS 环境进行了优化,为内容创作者提供了流畅且对开发者友好的工作流程。

Palmier Pro 是一款全新的开源 macOS 原生视频编辑器,旨在简化 AI 生成与视频制作之间的整合流程。该工具由 Marcos 和 Harrison 开发,旨在消除在 AI 生成器与传统编辑软件之间来回切换的低效工作模式。 Palmier Pro 使用 Swift 构建以实现高性能,并利用原生 API(如 SpeechAnalyzer 和 CoreML)在本地运行 AI 任务,包括转录、通过 SigLIP2 进行帧嵌入以及节拍检测。该软件内置了一个 AI 智能体(可通过应用内聊天或本地 MCP 服务器访问),能够管理项目、整理媒体、编辑时间轴,并生成图像、音乐和字幕等内容。 尽管创始人承认 AI 无法替代人类的创造力,但他们强调了 AI 在自动化编辑中“机械性苦差事”方面的能力,例如制作粗剪或批量处理素材。目前,该开源项目已在 macOS 上线,注册后可获得免费的 AI 生成额度,专为希望通过将 AI 智能体直接引入编辑工作区来加快迭代速度的用户而设计。
相关文章

原文

Palmier Pro UI


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.

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.

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

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.

See CONTRIBUTING.md

Star History Chart

Copyright (C) 2026 Palmier, Inc.

Palmier Pro is open source under GPLv3.

联系我们 contact @ memedata.com