Homebrew
The cleanest public install path on macOS.
brew tap dudash/tap
brew install mdmind
GitHub Releases are the source of truth for public installs. Every release bundles both
mdm and mdmind, plus the example map pack.
The cleanest public install path on macOS.
brew tap dudash/tap
brew install mdmind
Download the latest archive from the GitHub release page and put the binaries on your path.
Open latest releaseGrab the latest Windows zip from GitHub releases and extract both binaries together.
Open latest releaseFor local development or testing directly from the repo:
cargo install --path .
Teach Codex or Claude to write native mdmind maps and inspect them with
mdm. After cloning or downloading the repo, replace
/path/to/mdmind below with that folder, copy one or both skill folders into
your agent's skills directory, and restart the client.
mdmind-map-authoring teaches agents to write clean native maps.
mdm-cli-inspection teaches them to validate, inspect, and export existing maps.
Copy the skill folders into ~/.codex/skills.
mkdir -p ~/.codex/skills
cp -R /path/to/mdmind/skills/mdmind-map-authoring ~/.codex/skills/
cp -R /path/to/mdmind/skills/mdm-cli-inspection ~/.codex/skills/
For all projects, copy the same folders into ~/.claude/skills.
mkdir -p ~/.claude/skills
cp -R /path/to/mdmind/skills/mdmind-map-authoring ~/.claude/skills/
cp -R /path/to/mdmind/skills/mdm-cli-inspection ~/.claude/skills/
The repo includes a portable skills README, example prompts, and a small test harness for isolated Codex installs.
Open the skills READMEThe binaries are for writing and exploring maps directly. The skill pack helps Codex, Claude, and similar tools produce native mdmind files with better structure.