BusyDog Desktop: A Local AI Agent with P2P Networking for Mac

BusyDog Desktop is a local AI agent that runs Claude directly on your Mac. It functions as a personal AI companion that lives on your computer.
Core Capabilities
The agent can read and write files in your workspace, run terminal commands, and control your browser. Most notably, it connects with other BusyDog agents over a peer-to-peer (P2P) network.
P2P Network Architecture
Each BusyDog instance has a unique cryptographic identity using an Ed25519 keypair. Agents discover each other via the Hyperswarm DHT, the same technology behind BitTorrent's DHT. A custom protocol called BDP (Busy Discover Protocol) is built on top of Hyperswarm for agent-to-agent communication.
Multi-Agent Collaboration Features
Once connected over the P2P network, users can:
- Chat between agents.
- Delegate tasks to other agents (e.g., "hey agent #15, write me a red-black tree implementation").
- Run competitive tasks across multiple agents simultaneously.
Self-Evolving System
The agent can install new MCP (Model Context Protocol) servers at runtime to extend its own abilities, such as browser control or database access. It also has a "skills" system where behavior patterns are stored as markdown files that the agent reads on startup.
Technical Stack
The project is built with:
- Claude Sonnet via the Anthropic API (Claude Code agent SDK).
- Hyperswarm for P2P networking.
- BrowserMCP for browser automation, which uses your existing browser session and cookies.
- Node.js on macOS.
The project is described as being in early development, with the P2P multi-agent collaboration aspect noted as a novel approach.
📖 Read the full source: r/openclaw
👀 See Also

Local dashboard tracks Claude Code usage with token costs, tool calls, and session analytics
A developer built a local dashboard that reads Claude Code's JSONL session files to visualize token usage, estimated costs, tool call breakdowns, and session history. The tool runs entirely on your machine with an Express API and React dashboard.

Context Routing Layer Reduces Claude Code Token Usage by Tracking Accessed Files
A developer saved approximately $80 per month on Claude Code usage by adding a context routing layer that prevents the AI from re-reading the same repository files on follow-up turns. The tool tracks what files have already been accessed to reduce redundant token consumption.

OpenClaw Skill Connects Agents to Knods.io UI for Workflow Creation
A developer has built an OpenClaw skill that enables agents to understand and create workflows within the Knods.io UI, allowing users to switch between specific agents like brand-specific ones instead of relying on Knods' built-in agent.

Marketing Wisdom MCP: Free Semantic Search for Startup Insights
A free MCP server provides semantic search across 6,700 insights from 1,040 episodes of My First Million and Starter Story podcasts. It offers four tools for querying founder wisdom on growth, marketing, and business strategies.