← Back to Podcli
Open-source · MIT · Local-first

The open-source OpusClip alternative for podcasters

Podcli picks the viral moments in your episode, crops them 9:16 with face tracking, burns captions in, and exports upload-ready Shorts. The whole pipeline runs from one binary on your laptop, and you can drive it from Claude Code through an MCP server.

Why people leave hosted clippers

Pricing

Watermarks or minute caps

Free tier watermarks exports. Paid tier caps monthly minutes. A weekly show runs out.

Privacy

Files leave your machine

Upload is required. Fine for hobby episodes; not fine if anything you're shipping is under NDA or unreleased.

Automation

Not scriptable

No CLI. No API on the cheap tiers. Nothing an AI coding agent can call.

Customization

Caption styles are locked

Pick from the template library. There is no fifth style. There is no editing the template.

The open-source landscape in 2026

Five projects are actively pitched as open-source OpusClip alternatives. They are shaped differently. Pick by the shape that matches what you need.

Podcli

Building· MIT
Home →

Full pipeline. Picks moments, crops 9:16 with face/mouth tracking, burns captions via Remotion, exports. Scores against a markdown knowledge base. MCP-native for Claude Code / Codex / Cursor.

Shape: CLI + Web UI + MCP server
Captions: Remotion (4 editable React styles)
AI scoring: Claude/Codex + 13-file knowledge base
MCP:Yes

SupoClip

~609· Open source
Read the comparison →

The "fuck OpusClip" project. Open source with a hosted upsell. Good shape if you want a Docker-deployable team tool.

Shape: Self-hostable clipper + Docker
Captions: Built-in
AI scoring: Transcript heuristic
MCP:No

ClipsAI

~487· MIT (Python library)
Read the comparison →

Clip-detection primitives and dynamic 9:16 reframing in Python. You build the UI, captions, export queue, ranking around it.

Shape: Python library
Captions: BYO
AI scoring: BYO
MCP:No

ClippedAI

Small· Open source

Free, unlimited self-host alternative for AI YouTube Shorts generation. Smaller community.

Shape: Web app
Captions: Built-in
AI scoring: Built-in
MCP:No

opensource-clipping

Small· Open source

Whisper + Gemini + MediaPipe / YOLO. Heavier on production polish (B-roll, BGM, thumbnails) than on developer ergonomics.

Shape: Pipeline scripts
Captions: Karaoke, B-roll, BGM ducking
AI scoring: Gemini
MCP:No

The pipeline, end to end

Five stages in one install. Three ways to call them.

01
Transcribe
Whisper + pyannote
Word-level timestamps and speaker diarization.
02
Score
Claude / Codex
AI scoring against your markdown knowledge base.
03
Crop 9:16
YuNet + mouth motion
Face tracking, plus split-screen for two-person interviews.
04
Caption
Remotion
Four React styles, all timed to the word.
05
Export
Hardware encode
VideoToolbox, NVENC, or VAAPI depending on the box.
Three entry points
CLI
./podcli process episode.mp4 --top 8

Scripts and batch runs.

Web UI
npm run ui → localhost:3847

Live 9:16 phone preview with optional TikTok wireframe.

MCP server
“Clip this episode.”

19 tools. Plug into Claude Code, Codex, Cursor.

See all 19 tools

Where hosted clippers still beat Podcli

Three things you give up by running it locally.

Setup

Install cost

Hosted SaaS
Sign up, go.
Podcli
Git clone, Node + Python + FFmpeg, run setup. ~5 minutes the first time. One command after.
Ranking

No managed virality model

Hosted SaaS
Proprietary scoring trained on platform signals.
Podcli
Frontier model (Claude / Codex) + your knowledge base. Beats generic ranker if your show has identity. Slower start if it doesn't.
Collaboration

No hosted UI

Hosted SaaS
Per-seat dashboard for editors.
Podcli
Runs locally. Share the output files. No per-seat plan, never will be.

Frequently asked

The questions people search before they pick a clipper.

What is the best open-source OpusClip alternative?+

It depends on the shape you need. Podcli is a full pipeline (CLI + web UI + MCP server) for single creators on a laptop. SupoClip is a Docker-deployable clipper for teams with a hosted upsell. ClipsAI is a Python library for developers composing their own product. ClippedAI and opensource-clipping are smaller scripts.

Is there a free OpusClip alternative without a watermark?+

Yes. Podcli is MIT licensed and exports clean MP4s with no watermark on every run. Files stay on your laptop. There is no minute cap and no paid tier.

Why use an open-source OpusClip alternative at all?+

Three reasons most people switch: free tier watermarks plus paid-tier minute caps, uploading podcast files to a third party (NDA / unreleased content problem), and the inability to script it from an AI coding agent.

Does Podcli need a GPU?+

No. Hardware encoders are used when available (VideoToolbox on Mac, NVENC on NVIDIA, VAAPI on Linux), but the CPU fallback works on any modern laptop.

Can an AI agent run Podcli for me?+

Yes. Podcli ships as an MCP server with 19 tools. Plug it into Claude Code, Claude Desktop, or Codex and say 'clip this episode.' The agent handles transcription, scoring, cropping, captions, and export end to end.

Install and run it

The setup script handles the toolchain. You'll have a clip out the other side in a few minutes.

$ git clone https://github.com/nmbrthirteen/podcli.git
$ cd podcli
$ ./setup.sh