🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

covibing

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

covibing

Multiplayer runtime for co-vibe coding with one host machine, browser guests, Cursor, and shared previews.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Covibing

Covibing lets one person host a live AI build session on their machine while collaborators join in the browser.

The host keeps:

  • the repo
  • the localhost app
  • the Cursor agent runs
  • the git worktrees

Guests get:

  • a shared invite link
  • a browser chat with the agent
  • the live product preview
  • approvals and session awareness

Install

The default path is:

npx covibing@latest start

If Covibing does not detect your app automatically, pin the preview URL:

npx covibing@latest start --preview http://localhost:3000

If you want a permanent install:

npm install -g covibing

Other Install Options

Or run it after a global install:

covibing start

Or use the locally installed binary:

npx covibing@latest start

What It Does

  • starts a local host runtime
  • opens a browser dashboard
  • creates invite links for guests
  • can manage Cloudflare quick tunnels for dashboard + preview sharing
  • sends browser prompts to Cursor CLI on the host machine
  • persists local session state

Notes

  • Covibing currently targets Cursor CLI for the MVP
  • the host machine is always the source of truth
  • guests do not need a local repo checkout
  • GitHub: https://github.com/seanryy/covibing
  • Issues: https://github.com/seanryy/covibing/issues

Keywords

ai

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts