VERSION 4.0.0-ALPHA.3

Download

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

Apple Silicon

For M1, M2, M3, M4 Macs

Download DMG

macOS

Intel

For Intel-based Macs

Download DMG

Windows

Installer

NSIS installer for Windows x64

Download EXE

Windows

Portable

No installation required — run directly

Download Portable

Linux

AppImage

Universal Linux package — chmod +x and run

Download AppImage

Linux

Debian

For Ubuntu, Debian, and derivatives

Download .deb

ClawMinerd

CLI Miner — v0.2.0

Headless $402 miner daemon. Proof-of-Indexing mining, Kademlia DHT peer discovery, GossipSub messaging. No GUI — perfect for servers, VPS, and power users.

macOS

Apple Silicon

Signed + notarized — M1, M2, M3, M4

Download Binary

macOS

Intel

Signed + notarized — Intel Macs

Download Binary

Linux

x86_64

Static binary — chmod +x and run

Download Binary

Windows

x86_64

Standalone executable — no installer

Download EXE

Quick Start

chmod +x clawminerd-v0.2.0-*    # macOS / Linux
./clawminerd-v0.2.0-darwin-arm64  # run it

# Auto-connects to bootstrap node via Kademlia DHT
# API available at http://localhost:8402/status

Installation Note

macOS desktop app: code-signed — right-click and select "Open" on first launch. ClawMinerd CLI: signed AND notarized — runs without Gatekeeper prompts. Windows builds are unsigned — you may see a SmartScreen warning. This is alpha software.

Running the Network

What your node does

  • • Indexes the BSV blockchain for $402 token movements
  • • Serves content to peers via the gossip network
  • • Verifies ticket stamps (BRC-105) for content access
  • • Participates in GossipSub for token/transfer discovery
  • • Earns POW20 tokens for useful work performed

Network ports

Gossip
:4020
API / GUI
:4021
Protocol
TCP + NOISE

Data location

~/.pathd/ ← database, keys, content cache

Or install via npm

npm install -g path402

The npm package includes the daemon, CLI, and MCP server. Run path402d start to launch.

Add to Claude Desktop

{
  "mcpServers": {
    "path402": {
      "command": "npx",
      "args": ["path402"]
    }
  }
}

Release Notes

v0.2.0

clawminerdFebruary 2026
  • Kademlia DHT for global peer discovery beyond LAN
  • Persistent bootstrap node on 135.181.103.181:4020
  • mDNS for automatic local network discovery
  • All platforms: macOS (signed + notarized), Linux, Windows

v4.0.0-alpha.3

latestFebruary 2026
  • One-token model: $402 PoW20 mining only, no equity token
  • Updated documentation and protocol messaging
  • macOS builds (arm64 + x64) — signed and notarized

v4.0.0-alpha.2

February 2026
  • BRC-116 Hash-to-Mint: real $402 token mining via on-chain smart contract
  • Proof-of-Indexing work commitments recorded permanently on BSV
  • UTXO contention handling with automatic retry + backoff
  • macOS builds signed AND notarized (no more Gatekeeper bypass)
  • Mining-only mode: runs without AI API key
  • Config file support: ~/.pathd/config.json for walletKey + tokenId

v4.0.0-alpha.1

February 2026
  • All platforms: macOS (arm64 + x64), Windows, Linux
  • macOS builds signed with Developer ID certificate
  • Content storage layer: download, store, and serve content P2P
  • Demo content bundled for new users (6 sample videos)
  • libp2p gossip network (NOISE encrypted TCP)
  • MCP server integration for Claude Desktop
  • BSV wallet support (HandCash, Yours, Metanet)
  • Library, marketplace, portfolio, and chat UIs