Skip to content

Releases: nmbrthirteen/podcli

v0.1.0 - Initial release

17 May 17:36

Choose a tag to compare

Podcli is an open-source AI podcast clipper. Runs on your laptop. One command turns a long-form episode into vertical clips with face tracking and burned-in captions.

What's in it

  • One-command pipeline - ./podcli process episode.mp4 does the whole thing
  • AI clip suggestion - Claude or Codex picks moments scored on 4 dimensions
  • Face tracking - YuNet detection with smoothed camera, handles split-screen layouts
  • 4 caption styles - branded, hormozi, karaoke, subtle (burned in)
  • Hardware-accelerated export - VideoToolbox on Mac, NVENC on NVIDIA, VAAPI on Linux
  • 3 interfaces - CLI, MCP server for Claude Code, drag-and-drop web app
  • Knowledge base - 13 markdown files teach the AI your show's voice
  • PodStack workflow - slash commands for titles, descriptions, thumbnails, publish checklists

Install

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

Links

- Website: https://podcli.com
- Quick start: https://github.com/nmbrthirteen/podcli#quick-start
- MCP setup: https://github.com/nmbrthirteen/podcli#mcp-server-claude-integration

Free. MIT licensed.