Content
<div align="center">
# Palmier Pro (Windows)
**The video editor built for AI.**
<sub><i>Requires Windows 10/11 (64-bit)</i></sub>
<a href="https://x.com/Palmier_io"><img src="https://img.shields.io/badge/Follow-%40Palmier__io-000000?style=flat&logo=x&logoColor=white" alt="Follow on X" /></a>
<a href="https://discord.com/invite/SMVW6pKYmg"><img src="https://img.shields.io/badge/Join-Discord-5865F2?style=flat&logo=discord&logoColor=white" alt="Join Discord" /></a>
<a href="https://www.ycombinator.com/companies/palmier"><img src="https://img.shields.io/badge/Y%20Combinator-S24-orange" alt="Y Combinator S24" /></a>
</div>
<img width="1280" height="720" alt="image" src="https://github.com/user-attachments/assets/c72e9f74-8848-45e9-b150-56b3e7a5a0c8" />
---
**Palmier Pro for Windows** — open source video editor with powerful AI integration.
You and your AI agent can generate and edit videos together directly in the timeline.
## Install
[Download `PalmierPro.zip`](https://github.com/dikurdikur/palmier-pro-windows/releases/download/v0.3.5/PalmierPro.zip)
---
### Native Windows video editor
Built for Windows with high performance. Inspired by Premiere Pro with modern AI-first workflow.
### Built-in Generative AI
Generate videos and images using state-of-the-art models (Seedance, Kling, Nano Banana Pro and others) straight from the timeline.
### Works with your agents
Seamlessly integrates with Claude, Cursor, Codex and other AI agents via MCP. Collaborate on the same project in real time.
## MCP Server
When the application is running, it exposes an MCP server at `http://127.0.0.1:19789/mcp`.
**Claude Code**
```bash
claude mcp add --transport http palmier-pro http://127.0.0.1:19789/mcp
```
**Codex**
```bash
codex mcp add palmier-pro --url http://127.0.0.1:19789/mcp
```
**Cursor**
The easiest way: go to `Help` → `MCP Instructions` → `Install in Cursor`,
or add manually to `~/.cursor/mcp.json`:
```json
{
"mcpServers": {
"palmier-pro": {
"type": "http",
"url": "http://127.0.0.1:19789/mcp"
}
}
}
```
**Claude Desktop**
Use the bundled tool: `Help` → `MCP Instructions` → `Install in Claude Desktop`.
## FAQ
**Is Palmier Pro fully open source?**
Yes — the core video editor (without generative AI), MCP server and agent integration are fully open source. Only the generative AI processing backend is closed-source.
**Is it free?**
The editor and MCP server are completely free. No login required for core editing features.
Generative AI features require login and subscription.
**What platforms does it support?**
Windows 10 and Windows 11 (64-bit).
See [FAQ.md](FAQ.md) for more information.
## Development
See [CONTRIBUTING.md](CONTRIBUTING.md)
## Community & Support
- **Discord:** Join the community → [Discord](https://discord.com/invite/SMVW6pKYmg)
- **X / Twitter:** Follow [@Palmier_io](https://x.com/Palmier_io)
- **Instagram:** [@palmier.io](https://www.instagram.com/palmier.io)
- **Feedback:** Open a [GitHub Issue](https://github.com/dikurdikur/palmier-pro-windows/issues) or email founders@palmier.io
## Star History
<a href="https://www.star-history.com/?type=date&repos=dikurdikur%2Fpalmier-pro-windows">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=dikurdikur/palmier-pro-windows&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=dikurdikur/palmier-pro-windows&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=dikurdikur/palmier-pro-windows&type=date&legend=top-left" />
</picture>
</a>
## License
Copyright (C) 2026 Palmier, Inc.
Palmier Pro Windows is open source under the [GPLv3](LICENSE) license.
```