Run your own $402 node. Index BSV-21 tokens, serve content to peers, and mine $402 via Proof-of-Indexing. macOS builds are latest (alpha.3). Windows and Linux builds available from alpha.1.
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"]
}
}
}