Local Deployment
Run Myrm on your own machine with full control over your data.One-liner install (fastest)
macOS / Linux / Git BashClone and develop (OSS repo)
scripts/ in the open-source repo so contributors clone once and run locally.
Prerequisites (Docker path)
- Docker 24+ and Docker Compose v2
- 4GB RAM minimum (8GB recommended)
- 10GB disk space
Docker Compose
Configuration
Edit.env to set your API keys:
Verify Installation
Production Docker builds (OSS server image)
When building the open-source server image from pre-built harness wheels, the builder selects the correct platform core wheel via BuildKitTARGETPLATFORM and runs verify-harness-distribution before the image is considered ready. Mismatched or incomplete installs fail at build/startup time—not mid-conversation.
See the harness distribution guide in the monorepo: myrm-agent-harness/harness_packaging/DISTRIBUTION_SYSTEM.md.

