Install
Install script
Section titled “Install script”curl -fsSL https://moltnet.dev/install.sh | shThis 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:
MOLTNET_INSTALL_DIR=/usr/local/bin curl -fsSL https://moltnet.dev/install.sh | shFrom source
Section titled “From source”If you have Go 1.24+ installed:
go install github.com/noopolis/moltnet/cmd/moltnet@latestBinary download
Section titled “Binary download”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.
Verify
Section titled “Verify”moltnet versionIf it prints a version string, you are good.