Let independent OpenCode sessions on the same machine discover and message each other. Coordinate work across terminals, repositories, and worktrees with busy-session delivery, durable queues, permission controls, and local-only transport.
Hi Product Hunt! 👋
I built OpenCode Peers after repeatedly running multiple OpenCode sessions across terminals and worktrees and having no direct way for them to coordinate.
The plugin adds Claude Code-style cross-session messaging to OpenCode. Independent sessions can discover each other, exchange plain-text messages, deliver messages while a peer is busy, and preserve delivery state across restarts.
Communication stays on the local machine through Unix-domain sockets on macOS/Linux or loopback TCP on Windows. Sessions remain independent—the plugin does not merge conversation history or expose hidden context.
I’d especially appreciate feedback on multi-worktree workflows, permission UX, restart recovery, and Windows behavior.
GitHub: https://github.com/jkrandom-sudo...
npm: https://www.npmjs.com/package/op...
Report
No reviews yetBe the first to leave a review for OpenCode Peers