Skip to content

PidMesh v1.0.0 — Native Rust Runtime

Choose a tag to compare

@Apurva3509 Apurva3509 released this 29 Aug 00:40
· 10 commits to main since this release
caa3883

PidMesh is now a native Rust runtime for coordinating multiple local AI agents across processes.

Highlights:

  • Persistent SQLite WAL store shared safely across agent PIDs
  • Cross-session memory with FTS5 search
  • Direct and broadcast messaging with delivery receipts
  • Atomic task claims with leases and expiry takeover
  • Official Rust MCP SDK server with nine tools
  • Supervised agent processes and PID liveness tracking
  • 4.8x faster startup, 11.7x faster durable writes, and 1.5x faster recall than v0.2.0 in the included benchmark
  • Tested on Linux and macOS

The release workflow publishes pidmesh and pidmesh-mcp binaries for Linux x86_64, macOS Apple Silicon, and macOS Intel.