plugins
PLUGINS

Plug local AI into production.

Official plugins add the workflow around the model—planning, orchestration, artifacts, review, remote compute, and cleanup—without moving inference out of mere.run.

12 official plugins · one local-first runtime
mere.run
VFX
Perform
RunPod
Privacy
Real mere.perform stage outputlive artifact · perform
Browse plugins Plugin contract Open source under MIT · user-controlled at every boundary
12 official modules one local runtime cleanup by default

One runtime. More ways to finish.

Plugins own the production work around inference—plans, manifests, handoffs, remote resources, review records, and durable artifacts. mere.run still owns the models.

Perform

Play the model like an instrument.

Turn local realtime music into a durable show with MIDI mappings, prompt blending, a stage view, event logs, and WAV capture.

  • Native CoreMIDI stays inside mere.run.
  • Browser stage reflects observed notes.
  • Typed prompts reach the live interactive process.
See the real stage →
Ship

Scale up without giving up control.

Publish, batch, redact, prepare datasets, or move a canonical recipe onto infrastructure owned by the user.

  • ShotGrid review Versions and task-backed jobs.
  • Private OCR, transcription, and PII removal.
  • RunPod training that terminates by default.
Plan · run · resume · cleanup →

Wire in only what the job needs.

Every card below maps to the repository’s live catalog. Inspect the machine-readable source or install through the public mere.run plugin surface.

01 · Create40 capabilities

VFX Tools

Shot-oriented roto, tracking, clean plates, depth, geometry, relighting, motion, and verified 3D handoffs.

rotodepthgeometrymesh
mere.run plugin install mere-vfx-tools
Read the workflow
02 · PerformRealtime

Perform

Magenta Heart performances with MIDI, prompt blending, stage UI export, event logs, and WAV capture.

MIDIMagenta RT2stage UI
mere.run plugin install mere-perform
Read the workflow
03 · CreateSAM 3.1

Image Tools

Prompted subject knockout, mask selection, matte cleanup, transparent PNG composition, and artifact hashes.

segmentationalpha maskknockout
mere.run plugin install mere-image-tools
Read the workflow
04 · Produce11 workflows

Animatic Tools

Character knockouts, reference packs, continuity checks, shot kits, voice kits, style locks, and delivery prep.

shot kitcontinuitydelivery
mere.run plugin install mere-animatic-tools
Read the workflow
05 · ProduceFlow PT

ShotGrid Tools

Publish local artifacts to review Versions, create Notes, link Playlists, update Tasks, and pull production jobs.

reviewversionstask sync
mere.run plugin install mere-shotgrid-tools
Read the workflow
06 · ScaleRunPod

RunPod Runner

Run canonical recipes on user-owned ephemeral GPU pods, fetch artifacts, and terminate the pod by default.

LoRA trainingwarm cachecleanup
mere.run plugin install mere-runpod
Read the workflow
07 · ProtectLocal

Document Tools

OCR local documents and remove personally identifiable information with native mere.run models.

OCRPII redactionprivate
mere.run plugin install mere-doc-tools
Read the workflow
08 · ProtectBatch OCR

Media Scrub

OCR media frames in batches and redact extracted sensitive text in a resumable local run.

mediaredactionresume
mere.run plugin install mere-media-scrub
Read the workflow
09 · ProduceLoRA prep

Dataset Tools

Prepare datasets with local captions, OCR sidecars, trigger tokens, focus guidance, and contact sheets.

captioningOCRcontact sheet
mere.run plugin install mere-dataset-tools
Read the workflow
10 · ProtectSpeech

Transcript Tools

Transcribe local audio and optionally remove sensitive text while preserving exact outputs and hashes.

ASRtranscriptionredaction
mere.run plugin install mere-transcript-tools
Read the workflow
11 · CreateCompositions

Image Compose

Record repeatable local image compositions with prompts, references, LoRAs, and hashed generated outputs.

generationreferencesLoRAs
mere.run plugin install mere-image-compose
Read the workflow
12 · ScaleJSONL

Batch Runner

Run explicit mere.run commands from JSONL with durable per-job status, resumability, and output hashing.

automationresumehashes
mere.run plugin install mere-batch-runner
Read the workflow
Real plugin outputs

The workflow is the artifact.

These are not decorative mockups. The stage is exported by mere-perform; the knockout came from mere-image-tools over native SAM 3.1.

Real mere.perform Magenta Heart stage with prompt anchors, active keys, and controller state.
Perform · Magenta Heart

A local model, played live.

The plugin plans the show, starts mere.run music realtime, mirrors observed MIDI notes into the stage, sends typed prompts to the live process, and records the run.

$ mere-perform perform --midi-input "OP-1 Bluetooth" --open-stage
Fox baker cleanly separated from its background by mere-image-tools.

Image Tools
Prompted subject extraction, matte cleanup, alpha composition, and artifact hashes—built on the core SAM 3.1 surface.

Power you can inspect before it runs.

Plugins are companion executables, not code loaded into the runtime. The boundary is small enough to audit and consistent enough to automate.

  • doctor checks readiness without spending money.
  • plan records exact work before execution.
  • run.json exists before a paid remote resource.
  • resume continues from durable state.
  • cleanup is idempotent and remote compute terminates by default.
mere.run · plugin lifecycle
$ mere-runpod doctorready · credentials present · no resources created
$ mere-runpod plan --recipe klein-style-lora --data ./datasetplanned · run.json written · cleanup: terminate
$ mere-runpod run ./runs/style/run.jsonrunning · user-owned pod · canonical mere.run recipe
$ mere-runpod cleanup ./runs/style/run.jsoncleaned · artifacts fetched · pod terminated

Keep the models. Add the workflow.

Start from the live catalog, install one companion executable, and keep canonical inference inside the same local-first runtime.