oxHive installers

Prebuilt binaries, installed straight from GitHub Releases.

wardn

Org & access layer for Mynd.

curl -fsSL https://get.oxhive.dev/wardn | sh

mynd

Persistent memory MCP server for AI agents.

curl -fsSL https://get.oxhive.dev/mynd | sh

Pin a version with VERSION, e.g. curl -fsSL https://get.oxhive.dev/wardn | VERSION=v0.3.0 sh. Install location defaults to ~/.local/bin, override with INSTALL_DIR.

Updating

There's no separate update command — re-run the same install command and it overwrites the existing binary with the latest release:

curl -fsSL https://get.oxhive.dev/wardn | sh

Check what's currently installed with wardn --version (or mynd --version). To roll back or move forward to a specific release, pin it with VERSION as shown above.

Uninstalling

If you set up the background service, stop it first, then delete the binary:

wardn service uninstall
rm ~/.local/bin/wardn

Use the same two commands with mynd in place of wardn. Swap ~/.local/bin for your INSTALL_DIR if you overrode it at install time.