<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Video Editor on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/video-editor/</link>
        <description>Recent content in Video Editor on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sat, 20 Jun 2026 18:22:07 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/video-editor/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>palmier-pro</title>
        <link>https://producthunt.programnotes.cn/en/p/palmier-pro/</link>
        <pubDate>Sat, 20 Jun 2026 18:22:07 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/palmier-pro/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1628681897661-f51830a05ea6?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3ODE5NTA3OTh8&amp;ixlib=rb-4.1.0" alt="Featured image of post palmier-pro" /&gt;&lt;h1 id=&#34;palmier-iopalmier-pro&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/palmier-io/palmier-pro&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;palmier-io/palmier-pro&lt;/a&gt;
&lt;/h1&gt;&lt;div align=&#34;center&#34;&gt;
&lt;h1 id=&#34;palmier-pro&#34;&gt;Palmier Pro
&lt;/h1&gt;&lt;p&gt;&lt;strong&gt;The video editor built for AI.&lt;/strong&gt;&lt;/p&gt;
&lt;a href=&#34;https://github.com/palmier-io/palmier-pro/releases/latest/download/PalmierPro.dmg&#34;&gt;
  &lt;img src=&#34;./assets/macos-badge.png&#34; alt=&#34;Download palmierpro for macOS&#34; width=&#34;180&#34; /&gt;
&lt;/a&gt;
&lt;p&gt;&lt;sub&gt;&lt;i&gt;Requires macOS 26 (Tahoe) on Apple Silicon&lt;/i&gt;&lt;/sub&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://x.com/Palmier_io&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/Follow-%40Palmier__io-000000?style=flat&amp;logo=x&amp;logoColor=white&#34; alt=&#34;Follow on X&#34; /&gt;&lt;/a&gt;
&lt;a href=&#34;https://discord.com/invite/SMVW6pKYmg&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/Join-Discord-5865F2?style=flat&amp;logo=discord&amp;logoColor=white&#34; alt=&#34;Join Discord&#34; /&gt;&lt;/a&gt;
&lt;a href=&#34;https://www.ycombinator.com/companies/palmier&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/Y%20Combinator-S24-orange&#34; alt=&#34;Y Combinator S24&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;img src=&#34;./assets/palmier-ui.png&#34; alt=&#34;palmierpro UI&#34; width=&#34;900&#34; /&gt;
&lt;hr&gt;
&lt;p&gt;Palmier Pro is an open source video editor for Mac. You and your agent can generate and edit videos together inside the timeline.&lt;/p&gt;
&lt;h3 id=&#34;swift-native-video-editor&#34;&gt;Swift-native video editor
&lt;/h3&gt;&lt;p&gt;We built Palmier Pro from scratch with Swift. The north star is Premiere Pro, with our take on integrating AI into the workflow.&lt;/p&gt;
&lt;h3 id=&#34;built-in-generative-ai&#34;&gt;Built-in Generative AI
&lt;/h3&gt;&lt;p&gt;Generate videos and images with SOTA models like Seedance, Kling, Nano Banana Pro inside the timeline editor.&lt;/p&gt;
&lt;h3 id=&#34;integrates-with-your-agents&#34;&gt;Integrates with your agents
&lt;/h3&gt;&lt;p&gt;Connects your Claude/Codex/Cursor via MCP, or use the in-app agent to work on the same project together.&lt;/p&gt;
&lt;h2 id=&#34;mcp-server&#34;&gt;MCP server
&lt;/h2&gt;&lt;p&gt;When the app is open, it exposes an MCP server at &lt;code&gt;http://127.0.0.1:19789/mcp&lt;/code&gt; via HTTP. To connect:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;claude mcp add --transport http palmier-pro http://127.0.0.1:19789/mcp
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Codex&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;codex mcp add palmier-pro --url http://127.0.0.1:19789/mcp
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Cursor&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The easiest way is go inside the app &lt;code&gt;Help&lt;/code&gt; -&amp;gt; &lt;code&gt;MCP Instructions&lt;/code&gt; -&amp;gt; &lt;code&gt;Install in Cursor&lt;/code&gt;, or install manually by adding this to &lt;code&gt;~/.cursor/mcp.json&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &amp;#34;mcpServers&amp;#34;: {
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &amp;#34;palmier-pro&amp;#34;: {
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &amp;#34;type&amp;#34;: &amp;#34;http&amp;#34;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &amp;#34;url&amp;#34;: &amp;#34;http://127.0.0.1:19789/mcp&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    }
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  }
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Claude Desktop&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We bundle a &lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/mcpb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcpb&lt;/a&gt; with the app that allows a one click install Desktop Extension on Claude Desktop. Go to &lt;code&gt;Help&lt;/code&gt; -&amp;gt; &lt;code&gt;MCP Instructions&lt;/code&gt; -&amp;gt; &lt;code&gt;Install in Claude Desktop&lt;/code&gt;&lt;/p&gt;
&lt;h2 id=&#34;faq&#34;&gt;FAQ
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Is Palmier Pro fully open source?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is it free?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Generative AI features require login and subscription.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What platforms does it support?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;macOS 26 (Tahoe) on Apple Silicon only.&lt;/p&gt;
&lt;p&gt;See &lt;a class=&#34;link&#34; href=&#34;FAQ.md&#34; &gt;FAQ.md&lt;/a&gt; for more.&lt;/p&gt;
&lt;h2 id=&#34;development&#34;&gt;Development
&lt;/h2&gt;&lt;p&gt;See &lt;a class=&#34;link&#34; href=&#34;CONTRIBUTING.md&#34; &gt;CONTRIBUTING.md&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;community--support&#34;&gt;Community &amp;amp; Support
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Discord:&lt;/strong&gt; Join the community on &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://discord.com/invite/SMVW6pKYmg&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Twitter / X:&lt;/strong&gt; Follow &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://x.com/Palmier_io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;@Palmier_io&lt;/a&gt;&lt;/strong&gt; for updates and announcements.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Instagram:&lt;/strong&gt; Follow &lt;a class=&#34;link&#34; href=&#34;https://www.instagram.com/palmier.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;@palmier.io&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Feedback &amp;amp; Support:&lt;/strong&gt; Create a &lt;a class=&#34;link&#34; href=&#34;https://github.com/palmier-io/palmier-pro/issues&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Github Issue&lt;/a&gt; or email us at &lt;a class=&#34;link&#34; href=&#34;mailto:founders@palmier.io&#34; &gt;founders@palmier.io&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;star-history&#34;&gt;Star History
&lt;/h2&gt;&lt;a href=&#34;https://www.star-history.com/?type=date&amp;repos=palmier-io%2Fpalmier-pro&#34;&gt;
 &lt;picture&gt;
   &lt;source media=&#34;(prefers-color-scheme: dark)&#34; srcset=&#34;https://api.star-history.com/chart?repos=palmier-io/palmier-pro&amp;type=date&amp;theme=dark&amp;legend=top-left&#34; /&gt;
   &lt;source media=&#34;(prefers-color-scheme: light)&#34; srcset=&#34;https://api.star-history.com/chart?repos=palmier-io/palmier-pro&amp;type=date&amp;legend=top-left&#34; /&gt;
   &lt;img alt=&#34;Star History Chart&#34; src=&#34;https://api.star-history.com/chart?repos=palmier-io/palmier-pro&amp;type=date&amp;legend=top-left&#34; /&gt;
 &lt;/picture&gt;
&lt;/a&gt;
&lt;h2 id=&#34;license&#34;&gt;License
&lt;/h2&gt;&lt;p&gt;Copyright (C) 2026 Palmier, Inc.&lt;/p&gt;
&lt;p&gt;Palmier Pro is open source under &lt;a class=&#34;link&#34; href=&#34;LICENSE&#34; &gt;GPLv3&lt;/a&gt;.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
