Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nomad/nomad

Repository files navigation

Nomad

CI

fizzbuzz.mp4

Nomad brings real-time collaborative editing to Neovim. Create a session with :Mad collab start, share the session ID with others, and they can join with :Mad collab join <session_id>. Every peer in the session sees live cursor positions, selections, and text edits as they happen — all powered by custom CRDTs that keep everything in sync.

But real-time editing is just the first step. The longer-term goal is collaborative coding that works across different editors, across time (both synchronous and asynchronous collaboration), and across different types of contributors — human and machine alike. Whether you're pair programming with a colleague in real-time, reviewing changes someone made last night, or working alongside agents, Nomad aims to make it seamless.

Right now, it works in Neovim. Eventually, it'll work everywhere.


Getting Started