Run AI models, create media, and automate workflows on the hardware you own.
macOS · Linux · Open source
These outputs ran on a Mac laptop. Hold the pointer over a tile, focus it, or tap it to view the command.
Explore the full showcase →
platedepth
Create media, analyze data, train adapters, and run models for your apps. Choose models that fit your hardware and connect tasks into repeatable workflows.
Generate and edit images, create video with synchronized audio, and explore persistent worlds. Add music, sound effects, and speech to your projects.
mere.run video generate --variant unified-av --model video-ltx23-av-mlx
See it run →
Find objects in images, read text from documents, and search with text or image queries. Anonymize personal information with local models.
mere.run vision ground scene.png --query "waitress"
See it run →
Train image and text adapters with your datasets. Check the training plan before loading a model, then inspect checkpoints and evaluation results.
mere.run image train-lora --data ./dataset --output ./style.safetensors --preflight --json
See it run →
Build a textured 3D mesh from an image, estimate scene depth, and process satellite observations. Save the outputs for your next workflow.
mere.run vision image-to-3d-trellis2 object.png -o ./mesh
See it run →
Connect tasks into a workflow and run the same plan locally, over SSH, or through Relay. Inspect runs and retrieve their outputs.
mere.run graph run workflow.json --inputs-json inputs.json --run-dir ./runs/local
See it run →
Connect your apps to an OpenAI-compatible API on your machine. Serve chat, embeddings, images, speech, and transcription, or use models through Open WebUI.
mere.run open-webui quickstart --pull
API details →
Run a task from your terminal. Use the same commands in your scripts.
Before loading a model, use --preflight --json to check downloads, memory requirements, and planned work. Run workflows locally, over SSH, or through Relay. Each run records its outputs and diagnostics for inspection.
Use Relay to distribute work across your machines. Build workflows in Graph Studio and add integrations with official plugins. Each project has public source under the MIT License.
Install mere.run node on a Mac or Linux machine. Add it to your Relay account to receive jobs through an outbound connection.
Connect image, video, audio, and text tasks on a canvas. Run the workflow on your workstation, over SSH, or through Relay.
Add tools for video production, music, redaction, and automation. Plugins manage workflow plans, saved outputs, and cleanup around local model runs.
Run local models without per-call runtime fees.
Local runs keep prompts and outputs on your machine. Remote workflows send job data to the executor you select.
Inspect, modify, and build on the runtime source code. Model licenses apply separately.