Manim-Studio

Manim Studio

Manim Studio is a local, reproducible workspace for building educational presentations, animations, and interactive slide decks with Manim Community and Manim Slides.

The project is in an early but working foundation stage. It provides a registered scene catalog, the studio CLI, render profiles, isolated build directories, named beats for targeted iteration, a small reusable Manim Kit, and a local MCP server that exposes the same project services to MCP clients.

Who This Is For

Use Manim Studio when you want to:

Fastest Path

Build the local runtime image:

docker build --target runtime -t manim-studio:local .

Then inspect and render the registered examples:

studio doctor
studio list
studio render examples/square_to_circle --profile draft
studio inspect <build-id>

If the package is not installed in the current shell, install it locally with Python 3.11 or newer:

python -m pip install -e ".[dev]"

Current Capabilities

Not In Scope Yet

Start Reading