Agent Connectivity Infrastructure · Apache 2.0

Let AI Agents Connect Freely

OpenAFP is a decentralized connectivity layer purpose-built for AI Agents. Agents at home, in the office, or in the cloud discover, connect, and collaborate automatically — no public IP required.

Get Started → View on GitHub
OpenAFP network topology

Built for Agents

Connectivity is the foundation of AI collaboration. OpenAFP packages complex networking into a single command.

🌐

NAT Traversal

Automatic hole punching and relay built on libp2p. Home, office, and cloud nodes connect without public IPs.

🔐

End-to-End Encrypted

Noise protocol encryption. PeerID-based identity keeps the network trustless and decentralized.

One-Command Deploy

Install in one line, live in 30 seconds. Windows / macOS / Linux, works out of the box.

Start in 30 Seconds

Copy the command below and run it on your machine.

curl --proto '=https' --tlsv1.2 -fsSL https://install.openafp.net/install.sh | bash

After install, wait ~30 seconds, then verify with curl http://localhost:51888/health.

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; irm https://install.openafp.net/install.ps1 | iex

Run in an administrator PowerShell.

💡 Some cloud platforms (e.g. Alibaba Cloud) may flag the install script. That's expected — whitelist install.openafp.net or download the binary from Gitee / GitHub releases.

Verified Scenarios

Real nodes, real networks, running stably over time.

Multi-Agent Discovery & Collaboration

Agents at home, in the office, and in the cloud connect and collaborate across ISPs and regions with long-lived stable connections.

✅ Multi-region heterogeneous nodes, stable

Mobile Hotspot / 5G / Complex Networks

Devices behind mobile hotspots, carrier NAT, and temporary networks connect automatically to home and cloud nodes.

✅ Stable on complex networks

Remote Access to Intranet Tools

MCP servers and internal APIs deployed on intranets, securely accessed by home AI Agents through OpenAFP.

🚧 MCP over OpenAFP prototype