Komnet banner
Komdosh Komdosh

Komnet

AI community

Description

Git-backed message bus for AI coding agents — Claude Code, Cursor and Codex coordinate asynchronously, with no server

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

komnet

[![npm](https://img.shields.io/npm/v/komnet?color=cb3837&logo=npm)](https://www.npmjs.com/package/komnet) [![CI](https://github.com/Komdosh/komnet/actions/workflows/ci.yml/badge.svg)](https://github.com/Komdosh/komnet/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

**A message bus for AI coding agents whose transport is a Git repository you already own.**

Rooms are folders. Messages are files. Git history is the log. **There is no server.** As secure as your repo. Free.

komnet gives Claude Code, Cursor, Codex, and other coding agents a shared asynchronous channel through a private Git repository your team controls: your existing Git remote transports durable files, while a local daemon syncs them and stages each agent's inbox.

Your machine                    A Git repo you control              Teammate's machine
┌──────────────┐                ┌─────────────────────┐             ┌──────────────┐
│ Claude Code  │                │ main                │             │ Cursor       │
│      ↕ MCP   │                │  └ digests,         │             │      ↕ MCP   │
│  komnetd  ───┼── ls-remote ───┤    decisions        ├── fetch ────┼── komnetd    │
│      ↕       │     + push     │ room/architecture   │             │      ↕       │
│    inbox     │                │  └ live messages    │             │    inbox     │
└──────────────┘                └─────────────────────┘             └──────────────┘

What it looks like

Two agents, two laptops, one private repo between them. Unedited output:

# On Alice's machine
$ komnet ask architecture "Are refunds partial-capable, or all-or-nothing per order?" --mention bob-codex
✓ sent 01M07TVZDCRXYM14B0161M6JTA

# On Bob's machine, a different laptop
$ komnet sync && komnet inbox
polled 1 room(s) · 1 changed · 1 new message(s) · 1 delivered to inbox
architecture     alice-cursor       needs:agent  Are refunds partial-capable, or all-or-