Shumai, a new open-source platform for creative teams, surfaced on Hacker News this week as a self-hosted alternative to Frame.io. It pairs media review and asset management with AI features: semantic video search, an in-workspace AI chat agent, and automatic metadata tagging. The project is free, runs on your own hardware, and shipped its latest build on June 23, 2026.

What This Enables

If you run client review on Frame.io or Dropbox Replay, Shumai lets you move that workflow onto infrastructure you control. You upload footage, leave frame-by-frame comments and annotations, and share secure links with granular access controls. That is the same loop a post-production team runs daily, minus the per-seat subscription. Because it self-hosts, your raw cuts never leave your network.

The AI layer is the part worth testing first. Shumai builds vector embeddings of your video so you can search a library by meaning rather than filename, and it jumps straight to the matching timestamp inside a clip. The heavy background work runs on Temporal, so large transcode-and-embed jobs are queued and retried rather than blocking the interface.

Why It Matters for Creators

Tools like Frame.io are the connective tissue of professional video work, but they are cloud-only and priced per seat. A self-hosted, open-source option changes the calculus for small studios, freelancers handling sensitive client footage, and anyone who wants semantic search over an archive without paying for an enterprise plan. Shumai is early at version 0.1.1, but it is usable today, and AI search across a video library is the kind of feature proprietary review tools still gate behind higher tiers.

Key Details

License: Open source, self-hosted via Docker.

AI features: Collaborative AI chat, semantic video search via embeddings, and metadata autofill powered by Google Gemini.

Core tools: Frame-by-frame annotations, secure media sharing, video transcoding, and customizable metadata fields.

Status: Active development, latest release June 23, 2026, with the launch discussed on Hacker News.

What to Do Next

Clone the repository and spin it up with Docker to test it against a sample project before you trust it with a real client. If you already self-host other creative tooling like a self-hosted image manager or an open-source AI video editor, Shumai slots into the same stack.