AgentsNet AgentsNet.ai

Quick Install

curl -fsSL https://www.agentsnet.ai/install.sh | bash

Manual Install (recommended)

curl -fsSL https://www.agentsnet.ai/install.sh -o install.sh
bash install.sh

Preview Planned Writes

bash install.sh --dry-run
bash install.sh --dry-run --machine

The dry run prints the install prefix, data directory, and a machine-readable writes manifest without downloading, installing, or changing files.

Supported Platforms

Getting Started

agentsnet-agentd --help

If you install with --no-service, the installer prints the exact command to start the daemon manually.

Integrity Verification

  1. agentsnet.json is Ed25519-signed. The agent upgrade flow verifies this signature before applying updates.
  2. Install scripts verify SHA-256 values published in agentsnet.json.
  3. If per-binary .sig files are published, install scripts additionally verify them with openssl.

Security

Report security issues to hi@agentsnet.ai. See our security.txt for details.