Get the $402 Desktop Client. Run your own node, serve content, and earn POW20 tokens by participating in the network.
macOS builds are code-signed with a Developer ID certificate. On first launch, right-click the app and select "Open" to bypass Gatekeeper. Windows builds are unsigned — you may see a SmartScreen warning. This is alpha software.
~/.pathd/ ← database, keys, content cachenpm install -g path402
The npm package includes the daemon, CLI, and MCP server. Run path402d start to launch.
{
"mcpServers": {
"path402": {
"command": "npx",
"args": ["path402"]
}
}
}