One local-first runtime

Create, understand, train, evaluate, automate, and serve from one scriptable local runtime.

Create
Images and edits

Generate and edit with Klein, ZImage, Bonsai, HiDream, Krea 2, and Ideogram. The image commands support references, image-to-image generation, and API edits.

mere.run image generate --model image-krea2-turbo --steps 8
Train
LoRA and validation

Train Klein and Krea 2 image adapters or text adapters from SFT JSONL. Preflight checks the plan before loading a model.

mere.run image train-lora --data ./dataset --output ./style.safetensors --preflight --json
Reconstruct
3D reconstruction

Turn one image into GLB, OBJ, PLY, or PBR voxels with MLX TRELLIS.2. TripoSR and InstantMesh create lower-detail drafts.

mere.run vision image-to-3d-trellis2 object.png -o ./mesh
Create
Video and subject animation

Generate with LTX 2.5, LTX 2.3, Wan, or MiniMax H3. Create synchronized audio-video, retake timed regions, Dub-It from a reference, or animate masked subjects with SCAIL-2.

mere.run video retake "keep the smile" --source clip.mp4 --start-time 3 --end-time 6
Explore
Persistent worlds

Keep DreamX or Cosmos world state alive across camera-controlled transitions, or run a resident video session for repeated shots.

mere.run world serve --backend cosmos3 --model video-cosmos3-edge-mlx --state-directory ./world-state
Reconstruct
Geometry and VFX

Recover metric depth, normals, point clouds, multi-view geometry, video depth, pose, and optical flow.

mere.run vision geometry plate.png -o ./geo --json
Analyze
Earth observation

Analyze flood and fire tiles with TerraMind, encode Sentinel-1 and Sentinel-2 time series with TESSERA v2, or create multisensor spatial embeddings with OlmoEarth. Review all outputs as candidate features.

mere.run geo tessera observations.safetensors -o embeddings.safetensors --dimensions 128
Create
Music

Generate songs with MiniMax Music 3 or ACE-Step. Create covers and retakes, run realtime sessions, analyze mixes, train adapters, export digital audio workstation bundles, or transcribe instrument-separated MIDI.

mere.run music generate "cinematic synth-pop" --model music-minimax-music3 --duration 30 -o song.wav
Restore
Audio generation and restoration

Extend speech or general audio to 48 kHz with AP-BWE or UniverSR. Generate audio with LTX 2.5, or use built-in RoFormer models to separate stems, reduce noise, and remove reverb.

mere.run audio enhance ./speech.wav -o ./speech-wideband.wav
Create
Sound effects and video-to-audio

Generate effects with Woosh or add motion-synced audio to video with MMAudio. Includes CLAP scoring and codec round trips.

mere.run sfx video generate "harbor foley" clip.mp4 --model sfx-mmaudio-large-44k-v2
Think
Chat and code

Run Gemma 4, Qwen3.8, Ornith 1.5, Laguna, Nemotron, LFM, and GGUF models with reasoning, tools, structured JSON, LoRA, and memory-aware presets.

mere.run text code --model text-code-north-mini --prompt "write a Swift parser"
Understand
Multimodal intelligence

Reason across text, images, audio, and video with Nemotron 3 Nano Omni. For focused visual tasks, use Qwen3.8, Bonsai, Muse Glimmer, or LFM2.5-VL.

mere.run text chat --model omni-chat-nemotron3-nano-30b-a3b-bf16 --video clip.mp4 --prompt "Summarize the video."
Understand
Multimodal search and privacy

Embed text, images, or mixed records in one Qwen3-VL vector space. Build local retrieval-augmented generation with Qwen3, and anonymize personally identifiable information before content reaches another tool.

mere.run vision embed --text "a white SUV" --image ./vehicle.jpg --dimensions 1024
Interact
Speech and live transcription

Synthesize or clone voices with Qwen3, transcribe with Parakeet or Qwen3, identify speakers with Sortformer diarization, and stream microphone transcription with reusable profiles.

mere.run speech listen --jsonl
Analyze
Vision and OCR

Caption, inspect, ground, segment, and extract text from images with Falcon Perception, SAM 3.1, Infinity, and LightOn OCR.

mere.run vision ocr ./scan.png --quiet
Analyze
Tracking

Track prompted objects in video files or a live camera feed.

mere.run vision track-live --prompt "a person" --output ./live.mp4
Analyze
Face and identity

Detect and analyze faces locally, then produce identity embeddings for matching workflows without uploading source media.

mere.run vision face detect ./portrait.png --include-embeddings --json
Manage
Models and runtime

Inspect the command catalog and runtime status, compare model tiers, estimate memory fit, download or remove model data, optimize supported checkpoints, save masked configuration, and run quality checks on installed models.

mere.run model capabilities --recommended
Serve
API and Open WebUI

Serve OpenAI-compatible chat, embeddings, images, edits, speech, and transcription, then connect a local Open WebUI.

mere.run open-webui quickstart --pull
Extend
Official plugins

Browse companion tools, review each install command and release channel, approve an installation, and check plugin health from the CLI.

mere.run plugin list
Automate
Portable graphs

Author immutable workflow graphs, preflight them, then run the same plan locally, over SSH, through hosted Relay, or directly on another machine with durable material references.

mere.run graph run workflow.json --inputs-json inputs.json --run-dir ./runs/local
Operate
Executors and run lifecycle

Inspect local, SSH, Relay, and direct executors; pair another client to a Mac; watch, fetch, cancel, or retry runs; and preserve artifacts locally.

mere.run relay serve --name "Studio Mac"
Qualify
Evaluation and qualification

Validate content-addressed evaluation packs, compare models, adapters, and prompts, resume interrupted runs, and publish complete reports as immutable result records.

mere.run eval promote ./report.json --output ./receipt.json
Guide
Setup, guides, and agents

Use packaged offline cookbooks, guided machine setup, masked persistent configuration, and optional local coding-agent onboarding.

mere.run guide --list