Minara-AI

Peer-to-peer chat substrate that lets multiple Claude Code instances share the same context.

17
1
100% credibility
Found May 07, 2026 at 16 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Rust
AI Summary

cc-connect is a peer-to-peer tool that lets multiple users' Claude Code AI sessions share real-time chat history and files for collaborative development.

How It Works

1
💬 Discover shared AI chats

You hear about cc-connect from a teammate who shares how their AI assistant now sees everyone's conversation without copying messages.

2
📥 Install with one click

Run a simple command that downloads and sets up everything automatically, no coding needed.

3
Create or join a team room
âž•
Start new room

Your space is created and a private code is copied to share with friends.

🔗
Join existing room

Paste the code to instantly connect to the ongoing team chat.

4
✨ Watch the magic happen

Type a message or ask your AI a question, and suddenly it references what your teammate just said—no pasting required!

5
📎 Share files easily

Drag in images, docs, or code, and everyone’s AI can see and use them right away.

🎉 Collaborate like never before

Your team’s AIs work together seamlessly, making brainstorming and building faster and more fun.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 16 to 17 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is cc-connect?

cc-connect is a Rust-based peer-to-peer chat substrate that syncs context across multiple Claude Code instances, letting developers share chat history and dropped files without copy-pasting. Each user runs their own local Claude, but a UserPromptSubmit hook injects the shared room's recent messages, summaries, and files into every prompt. It ships as a VSCode extension with rooms sidebar and split-pane chat/Claude views, or a terminal TUI via `cc-connect room start/join `—all riding iroh-gossip for P2P mesh without central servers.

Why is it gaining traction?

Unlike Slack or Discord bots that require manual context forwarding, cc-connect auto-injects peer chat into your Claude's context on every prompt, enabling seamless multi-Claude collaboration like "postgres, we have it" influencing another's AI response. The ticket-based join (e.g., `cc1-…`) works across VSCode, TUI, or raw CLI; file drops via `/drop` fetch over iroh-blobs; and MCP tools let Claude chat back with `cc_send` or `cc_wait_for_mention`. Peer-to-peer chat github projects rarely integrate this tightly with AI hooks.

Who should use this?

Backend teams pairing on complex refactors with Claude Code, where shared context prevents duplicated decisions. Remote devs running parallel AI sessions for design spikes or debugging, tired of context-switching tabs. Anyone evaluating peer-to-peer chat apps for collaborative coding without SaaS overhead.

Verdict

Try it for Claude-heavy workflows—install via one-liner bootstrap, restart Claude Code, and test a two-laptop demo; the magic lands fast despite 16 stars and 1.0% credibility score signaling early v0.1 maturity. Read SECURITY.md first (no E2E sigs or revocation); solid docs and tests make it hackable, but wait for upstream deps if production-stability matters.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.