Skip to content

mere.runYour machine can make anything.

One native CLI for images, text, video, music, speech, vision, 3D, and persistent worlds. Your weights. Your files. Nothing leaves unless you tell it to.

mere.run / local sessionrunning
A real terminal session generating text, images, 3D, audio, and video locally with mere.runReal output · M4 Max
mere.run model capabilities --recommendedExplore runtimes

Six commands, six kinds of thing

Install a signed build from mere.run/releases, or swift build from a clone. Then:

bash
mere.run image generate --prompt "a ceramic mug in morning light" --output mug.png
mere.run music generate "arena rock anthem, stacked vocals" --output anthem.wav
mere.run speech synthesize "Hello from mere.run" --output hello.wav
mere.run sfx generate "a ceramic mug shattering on tile" --output smash.wav
mere.run video generate "a drone flight over snowy peaks" --output flight.mp4
mere.run vision image-to-3d-trellis2 ./mug.png --output ./mug-3d

Every command uses the same binary and grammar. None requires an inference API key.

Start with mere.run model capabilities — it reads your hardware and tells you which models this machine can actually run before you spend a gigabyte finding out.

The full command surface

All of it ships in that one executable. This table is generated from the CLI itself, so it cannot drift from what your copy really does — and every row links to the page that owns that command.

CommandPurpose
mere.run guideRead offline mere.run command cookbooks.
mere.run catalogInspect the machine-readable command capability contract.
mere.run imageGenerate and validate image models.
mere.run textRun local chat, code, embedding, and anonymization workflows.
mere.run speechSynthesize, transcribe, diarize, and manage voice profiles.
mere.run visionEmbed, caption, inspect, face-analyze, segment, track, pose, depth, geometry, optical flow, and OCR visual media.
mere.run geoRun native geospatial inference models on local Earth-observation data.
mere.run audioEnhance general audio locally.
mere.run musicGenerate, analyze, transcribe, and separate music locally.
mere.run sfxGenerate sound effects locally.
mere.run videoGenerate and understand video with native Swift/MLX pipelines.
mere.run worldRun persistent local conditioned-video world sessions.
mere.run graphValidate, materialize, run, and submit portable workflow graphs.
mere.run executorManage local, SSH, and relay workflow executors.
mere.run relayHost the relay API surface directly on this machine.
mere.run runInspect durable mere.run workflow reports and run directories.
mere.run evalRun reproducible evaluations from external, content-addressed packs.
mere.run modelList, pull, locate, remove, inspect, optimize, and clean up models.
mere.run adapterList and pull verified LoRA adapters.
mere.run statusShow local server, loaded model, and installed model status.
mere.run gateRun the end-to-end quality gate against installed models.
mere.run configGet and set persisted mere.run configuration (e.g. Hugging Face token).
mere.run apiServe local models through API surfaces.
mere.run open-webuiStart the optional Open WebUI companion against a local mere.run API.
mere.run pluginDiscover and install official mere.run companion plugins.
mere.run setupChoose a guided, BYOA, or manual mere.run setup path.
mere.run agentInstall and start the optional guided local setup agent.

Choose a path

Get it running

Install, pull a first model, and make something in the next ten minutes.

Make things

Each family is its own page: what it generates, which model to pull, and the flags that actually change the output.

  • Image generation — text-to-image, edits, and local LoRA training
  • Text — chat, code, embeddings, tool use, PII redaction
  • Speech — synthesis, voice cloning, live transcription
  • Vision and 3D — caption, segment, track, depth, mesh, OCR
  • Music — generation, covers, realtime MIDI, transcription
  • Sound effects — Foley from text or from a silent video
  • Video — clips with synchronized audio, subject animation
  • Persistent worlds — a scene that remembers where you walked

Put it to work

Serve it, schedule it, measure it, and keep it honest.

Work on the code

Released under the MIT License.