SShortSingh.
Back to feed

Palmier Pro: Open-Source macOS Video Editor With Built-In AI and MCP Support

0
·1 views

Cofounders Marcos and Harrison have launched Palmier Pro, a free, open-source macOS video editor designed to integrate AI generation directly into the editing workflow. The tool was originally built as an internal utility while the team was producing AI launch videos for startups, aiming to eliminate the repetitive cycle of switching between AI platforms and traditional editors. Palmier Pro supports AI agents like Claude and Codex via a local MCP server or an in-app chat, enabling tasks such as timeline editing, media import, semantic search, and video export. The app is built natively in Swift and runs several AI models locally, including SigLIP2 for video search and SpeechAnalyzer for transcription, with no Node.js or web views required. Currently limited to macOS 26, the editor is free to use without login, though AI generation features require sign-up to access backend-routed credits.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How Dictionary delegates can replace if-else chains for cleaner C# code

A C# developer demonstrated how replacing repetitive if-statement blocks with a Dictionary delegate pattern leads to more maintainable and scalable code. The original approach used multiple if statements to return different Package objects based on coupon codes, which becomes unwieldy as the number of cases grows. Switching to a Dictionary with coupon codes as keys offers O(1) lookup time, making it significantly faster than searching through a list or array. The pattern was further extended to support delegate functions as dictionary values, allowing dynamic logic such as seasonal price adjustments to be handled cleanly. The technique highlights a practical way to improve code readability and performance in everyday C# development scenarios.

0
ProgrammingDEV Community ·

Solo dev launches free browser-based pixel-art editor Pixanima with AI animation tools

A solo developer has launched Pixanima, a browser-based pixel-art and animation editor built with Vue 3 and Laravel 12 that requires no installation and stores projects locally via IndexedDB. The editor offers layers, frame-timeline animation, onion-skinning, and export to GIF, sprite sheets, and PNG entirely on the client side, making it free to use permanently. An optional AI assistant powered by a backend pipeline converts text prompts into sprites, seamless tiles, and palettes, and can generate in-between animation frames using Google's FILM interpolation model. Because the core editor runs client-side and cannot be meaningfully paywalled, the developer chose to monetize only the AI features, which carry real server-side costs and are protected by backend logic. An atomic credit transaction system ensures users are never double-charged or billed for failed AI requests.

0
ProgrammingHacker News ·

Mozilla AI Shares AI Safety and Evaluation Research at ACM FAccT 2026

Mozilla AI presented its latest work at the ACM Conference on Fairness, Accountability, and Transparency (FAccT) 2026. The team shared research spanning AI evaluation methodologies and the development of guardrail systems. The work reflects Mozilla AI's ongoing focus on responsible AI development and deployment. Details of the presentations and findings were published on the Mozilla AI blog.

Palmier Pro: Open-Source macOS Video Editor With Built-In AI and MCP Support · ShortSingh