Skip to content

Official plugins

The live catalog contains 12 official companion executables. Every one exposes the common lifecycle and writes a durable run manifest.

PluginCommandPrimary jobExecution
VFX Toolsmere-vfx-toolsShot-oriented VFX and verified 3D handoffsLocal
Performmere-performRealtime Magenta Heart performanceLocal
Image Toolsmere-image-toolsSubject knockout and matte cleanupLocal
Animatic Toolsmere-animatic-toolsAnimatic production kits and delivery prepLocal
ShotGrid Toolsmere-shotgrid-toolsProduction tracking and review publishingUser-controlled provider
RunPod Runnermere-runpodEphemeral GPU recipe executionUser-controlled provider
Document Toolsmere-doc-toolsOCR and PII redactionLocal
Media Scrubmere-media-scrubBatch frame OCR and redactionLocal
Dataset Toolsmere-dataset-toolsLoRA captions, OCR, and contact sheetsLocal
Transcript Toolsmere-transcript-toolsSpeech transcription and redactionLocal
Image Composemere-image-composeRepeatable image generation compositionsLocal
Batch Runnermere-batch-runnerResumable JSONL core-command batchesLocal

Install by catalog ID

bash
mere.run plugin list
mere.run plugin install mere-vfx-tools

Catalog IDs are stable machine identifiers. Some shared-package plugins have an ID that matches the executable rather than the Python distribution name.

Shared contract

text
<plugin> manifest --json
<plugin> doctor
<plugin> plan ...
<plugin> run ...
<plugin> resume <run.json>
<plugin> cleanup <run.json>

Read the plugin contract for required behavior, streams, exit codes, and discovery rules.

Official companion plugins for the local mere.run runtime.