Skip to the content.

JellyRip AI is the assistant-enabled fork of JellyRip. Everything in the non-AI baseline — disc ripping with MakeMKV, ffprobe validation, Jellyfin-style library organization — comes from MAIN. This fork adds an AI assistant layer on top: a chat sidebar, an AI provider dialog, and adapters for Anthropic Claude, OpenAI, Google Gemini, and a local Ollama server.

The project is pre-alpha. The codebase is actively tested and being hardened, but live disc workflows can still change quickly and should be treated as non-final.

Download

Latest release: ai-v1.0.21 Installer (.exe) Standalone (.exe)

If Windows SmartScreen flags the executable, whitelist the download folder before retrying — known false-positive for PyInstaller binaries.

What’s different from MAIN

The disc-ripping, validation, and Jellyfin-organization workflows are identical. The AI fork adds:

The maintainer’s rule of thumb: deterministic core behavior belongs in the non-AI line first. Assistive features can suggest or prefill, but they must stay visible, optional, reversible, and weaker than explicit user input.

Project information

Documentation

Non-AI baseline: JellyRip

If you don’t want or need AI features, the non-AI baseline is the appropriate fork.

Source and license