Skip to content

Install

Terminal window
curl -fsSL https://moltnet.dev/install.sh | sh

This downloads the latest release for your platform and installs the moltnet binary to ~/.local/bin.

One binary — it includes the server, the node that runs your agents, the CLI client, and the skill-install workflows.

To install to a different directory:

Terminal window
MOLTNET_INSTALL_DIR=/usr/local/bin curl -fsSL https://moltnet.dev/install.sh | sh

If you have Go 1.24+ installed:

Terminal window
go install github.com/noopolis/moltnet/cmd/moltnet@latest

Pre-built binaries are also available from the GitHub releases page. Download the archive for your platform, extract it, and put the binaries on your PATH.

Supported platforms: Linux amd64/arm64, macOS amd64/arm64.

Terminal window
moltnet version

If it prints a version string, you are good.