Podcli vs SupoClip
Direct answer
Both are open-source. SupoClip's path leads to a hosted upsell. Podcli stays local-first, ships an MCP server, and adds a knowledge-base layer so the AI picks clips that sound like your show.
- 01AGPL-3.0 · free, no paid tier
- 02Local-first · files stay on your machine
- 03No watermark · no monthly minute cap
- 04CLI + web UI (:3847) + MCP (26 tools)
- 05Whisper + Remotion captions · Claude or Codex scoring
Choose Podcli when
- 01You want to stay local, with no hosted version to migrate to later.
- 02You want an MCP server so Claude Code or Codex can run the pipeline.
- 03You want the AI to score clips against your voice, banned words, and title formulas, not just generic virality heuristics.
- 04You want captions as editable React/Remotion components, not template configs.
- 05You'd rather one tool covered transcript → clip → caption → export.
Choose SupoClip when
- 01You want a Docker-deployable hosted-style clipper for your team.
- 02You plan to use SupoClip's hosted offering when it ships.
- 03You prefer their UX and don't need the MCP/agent integration.
Side by side
The features that change the day-to-day for clip creators.
Same category, different center of gravity
Analysis
+
Same category, different center of gravity
Analysis
SupoClip is the closest peer to Podcli in spirit. Both ship open-source clippers with a clear “not OpusClip” pitch. The difference is the long-term direction. SupoClip funds development with a hosted version (currently waitlist). Podcli stays local-first and funds nothing because there's nothing to fund.
That choice changes what you should expect over time. Hosted-first projects accumulate features that only matter at scale. Local-first projects accumulate features that matter for a single creator on a laptop. Pick the one whose future you want to use.
The MCP and PodStack layer
Analysis
+
The MCP and PodStack layer
Analysis
Podcli's MCP server exposes 26 tools to Claude Code, Claude Desktop, and Codex. You can say “clip this episode” and the agent handles transcription, scoring, cropping, captions, and export. PodStack adds slash commands for the surrounding workflow (plan episode, generate titles, descriptions, thumbnails, retro). SupoClip doesn't ship this layer. If you live in Claude Code, that's a real workflow difference.
Knowledge base for voice-aware clip scoring
Analysis
+
Knowledge base for voice-aware clip scoring
Analysis
Most clippers (including SupoClip) pick clips with a transcript heuristic. Podcli pipes the transcript plus 13 markdown files (your show's voice, banned words, title formulas, past learnings) to Claude or Codex, which scores each candidate on four dimensions. The episode database tracks which clips you've already shipped so the model doesn't repeat itself. This is the bigger differentiator once you've published a few episodes.
Self-hosting overhead: Docker vs one binary
Analysis
+
Self-hosting overhead: Docker vs one binary
Analysis
SupoClip's self-host path leans on a Docker deployment, fine if you already run containers, more moving parts if you don't. Podcli installs from a single command and runs as a local app or CLI, no container required. For one creator on a laptop that's less to maintain; for a team already living in Docker, SupoClip's shape may fit better.
Questions about switching from SupoClip
Direct answers to the searches people run before they decide.
Is Podcli a fork of SupoClip?+
No. Independent projects with overlapping goals. Both target the same OpusClip-alternative niche but the codebases, architectures, and roadmaps are separate.
Which open-source OpusClip alternative should I pick?+
If you want a Docker-deployable, hosted-style clipper for your team, SupoClip's shape fits. If you want a single-creator local-first tool that plugs into your AI coding agent (Claude Code, Codex, Cursor) via MCP, Podcli fits.
Can both run on the same laptop?+
Yes. They don't share ports or processes. You can install and try both.
Is SupoClip or Podcli easier to set up?+
SupoClip leans on Docker for self-hosting, which suits teams already running containers. Podcli installs with one command and runs locally without Docker, which is usually simpler for a single creator. Both are free to run yourself.
Honest limits
Cite-worthy pages admit what the product does not do.
- Not a full episode editor (use Descript or a DAW for that).
- First setup installs a local toolchain; hosted tools are faster on day one.
- AI clip scoring needs your own Claude or OpenAI key (optional).
Try Podcli yourself
The setup script handles the toolchain. You'll have a clip out the other side in a few minutes.