DSH Plugins Marketplace

DSH Plugins

Plugins

/

cosyncing

c

cosyncing

Discovered46

Synchronize and Orchestrate agents from CLI to GUI, across desktop to phone.

cosyncing

From CLI to GUI, live and in sync

cosyncing app and agent CLI staying in sync through takeover and a permission request

Code anywhere. Sync everywhere. Your agents keep working. You keep moving.

Website · Install · Client · Docs · Contributing · 简体中文 · 日本語 · 한국어 · Español


Synchronize and control your agents — from CLI to GUI, from desktop to phone. Pick up right where you left off, anywhere. cosyncing keeps your coding agents in sync across your own network.

The broker runs on the machine where your agents work. It watches their sessions and serves a client that shows each one — grouped by project, with its transcript, diffs, commands, and any prompt waiting on you. Read a session, answer a prompt, or take over. No account to create, no hosted service between the client and the broker.

Supported agents

Claude Code Codex OpenCode Pi Kimi CLI DeepSeek Harness Antigravity omp (oh-my-pi) Reasonix Grok Build Cline Kilo Code

One protocol covers all twelve. Per-agent control differs, and Claude Code sessions open read-only until you take over. See supported-agent setup for versions and installation, and adapter support for the capability matrix.

Foreground clients can join the same broker-owned Codex, Pi, omp, or Reasonix Drive session without starting a second native Resume. Claude Code keeps its Observe/Take-over flow on another client, while OpenCode keeps its shared-live behavior. Background Observe connections stay read-only.

Experimental: Eight provisional adapters are available to source contributors. Kimi Code observes every session on a kimi web server read-only, drives the ones cosyncing created — prompts, approvals, model selection — and takes over the ones it did not, explicitly. DeepSeek Harness connects to a dsh web host and gives active foreground clients a shared transcript and control surface, with model and reasoning-effort selection, permission presets, the host's own slash commands, and image attachments. General file attachments are not supported — the host accepts image content only — and background resident subscriptions and some message presentation remain follow-up work. Antigravity reads the Antigravity CLI's own conversation store — no server involved — replays every conversation read-only, and drives one through a broker-owned agy child; two clients can share a Drive, and a write from a terminal hands the session back. omp uses its own packaged bridge and native RPC dialect for discovery, live sync, prompts, approvals, commands, models, file input, and session creation. Reasonix observes its bounded local store and resumes through a lazy broker-owned ACP child; joined clients share one writer, while terminal true sync and file input remain unsupported. Grok Build observes its bounded local store and, on 1.0.13 or newer, adds authenticated broker-owned ACP Create/Resume, prompts, approvals, commands, and model/effort/mode controls. Cline keeps bounded default-profile parent/subagent snapshots read-only, while app-created sessions use an isolated broker-owned Hub for Create/Resume, prompts, Stop, approvals, create-time model/mode, and shared Drive. Exact-id terminal handoff stays separate from that writer. Kilo Code observes bounded local SQLite snapshots and, on 7.4.23 or newer, adds authenticated Create/Drive, approvals, model selection, and rename through a broker-owned host on dedicated loopback port 4097. Terminal true sync remains unsupported for all three.

None needs a rollout flag. Managed-host adapters need no terminal left open: an installed cosyncing service starts a host when none is running, restarts one that crashes, and stops only the process it started. A host you started yourself is never stopped, replaced, or reconfigured, and setup names each managed runtime before you agree to it. Install DeepSeek Harness globally with npm install -g @deepseek-ai/dsh — cosyncing looks for dsh on your PATH, so an npx-only install can be talked to but never started or version-checked. See supported-agent setup for each runtime.

Prerequisites

The server runs with Bun 1.3.8 or newer. The one-command installers acquire it when needed; only the npm installation path requires Node.js/npm. The broker is local-only by default. Cross-device use requires a proxy, tunnel, VPN, mesh network, or another operator-owned connectivity method. For a simple private route, see Tailscale Serve; for a self-managed overlay, see WireGuard or EasyTier. After cosyncing setup, you can also copy https://github.com/cosyncing/cosyncing/tree/main/docs/connectivity to a coding agent and ask it to configure your chosen method while keeping the broker bound to loopback. Tokdash is optional but strongly recommended for quota tracking and warnings.

See installation prerequisites for Linux and macOS commands, WSL notes, and Tokdash setup. For the signed one-liner installers, see installing with cosyncing's own installer.

Install

The package contains one JavaScript application bundle and the web client. Supported broker hosts are Linux x64, Linux arm64, Apple Silicon macOS, and Windows x64. Windows ARM64 is not qualified yet, and the broker refuses it — including an x64 process running under ARM64 emulation.

Before setup, install only the agents you use; see agent setup and PATH preflight.

Install the current release with one command:

Linux / Apple Silicon macOS:

curl --proto '=https' --tlsv1.2 -fsSL https://cosyncing.com/install.sh | sh

Windows x64 (PowerShell):

powershell -NoProfile -c "irm https://cosyncing.com/install.ps1 | iex"

The installer verifies the release, installs the broker and a supported desktop client, then runs interactive setup and pairs the client. Headless Linux and Linux arm64 receive the server without a desktop client. Bun is acquired when needed; Node.js/npm are not required. See the installer guide for broker-only commands, unattended installation and signed-channel updates.

npm

If you prefer npm, preinstall Bun and Node.js/npm, then install:

npm install --global cosyncing

Open a new login shell, then configure the service:

cosyncing setup

# After setup, use cosy as the shorthand for cosyncing
cosy restart
cosy doctor
cosy status
cosy pair

setup inspects the machine, shows exactly what it will change, and applies the whole plan or none of it. It copies the broker to ~/.cosyncing/bin/cosyncing, installs a user service that runs that copy with your Bun, and prints your broker URL. The broker refuses to start until setup has committed.

To update, let npm replace the global package, then re-run setup so cosyncing copies the new application into its managed service and reconciles the installation:

npm update --global cosyncing
cosy setup

cosy update reports this package-manager-owned update path; it does not run npm or modify the global package.

After setup

cosy pair --broker-url https://cosy.example.com includes that client-reachable origin in a five-minute, one-use QR code. The URL is not persisted or probed. Omit the flag for an authentication-only offer when the client already knows its broker URL. See the connectivity chooser. Scan the QR from a client to grant access; cosy devices list lists paired devices, and cosy devices revoke <id> revokes one.

After setup, cosy doctor diagnoses the machine without changing it, and cosy status summarizes install, service, agents, and sessions.

Client

The packaged Flutter web app is served by your own broker at /cosy/; it does not fetch application code from a third-party host at runtime. Setup prints the URL; open it in any browser that can reach the broker. Android and desktop clients are available from GitHub Releases. The iOS client will follow later through TestFlight.

cosyncing landscape workspace with a session roster beside a live conversation cosyncing portrait client with sessions grouped by project and live status

Server — the broker runs on:

macOS on Apple Silicon Windows x64 Linux x64 and arm64

Clients — the source tree and CI cover six platforms:

Android iOS Linux macOS Windows Web

Windows x64 hosts the broker natively in this release. Windows ARM64 does not: it is not qualified yet, and the broker refuses it rather than running unverified — including an x64 process under ARM64 emulation, which reports itself as x64 and is detected by asking Windows what the machine is. Intel macOS server hosting remains unsupported. WSL also remains supported, as a Linux host; connectivity software that forwards broker loopback must run where it can reach that broker, so see the method-specific guides if you stay on WSL.

Privacy and security

The broker runs on your machine, under your account. Broker state is stored there; session content is sent only to authenticated clients over the network you choose. cosyncing operates no hosted service in that connection path and includes no analytics or advertising telemetry. Optional features contact only the services they name, such as local Tokdash quota data. cosyncing does not configure or contact connectivity providers; any proxy, tunnel, VPN, or mesh is operator-owned. The npm-installed broker does not silently replace itself: npm owns package updates, and cosy setup reconciles the installed service after an update.

Report vulnerabilities through GitHub private vulnerability reporting, per SECURITY.md.

Repository layout

  • packages/typescript/ — broker, wire-contract owner, agent adapters, transport, and crypto.
  • packages/dart/ — client contract, transport, Flutter adapter, and crypto.
  • apps/client/ — the Flutter application, including every platform runner, test suite, integration driver, and developer tool.
  • contracts/generated/ — broker-owned, flattened client contract snapshot.
  • apps/poc-ui/ — non-production proof-of-concept UI retained for deterministic broker tests.

Development

The repository pins Flutter 3.44.3 in .fvmrc and Bun 1.3.8 in package.json. Run commands from the repository root.

bun install --frozen-lockfile
bun run client:pub-get
bun run typecheck
bun run client:analyze
bun run client:test

Regenerate broker-owned client contracts with bun run contract:generate. CI runs bun run contract:check and fails on a stale snapshot.

Start with docs/README.md and build and test. Read CONTRIBUTING.md and CODE_OF_CONDUCT.md before opening a change; contributions use fork-and-pull-request and require a signed-off commit. Usage questions go to GitHub Discussions and reproducible defects to GitHub Issues — see SUPPORT.md. Installs from a predecessor client start fresh; see local data and upgrades.

License

First-party source is licensed under the Apache License 2.0. See LICENSE and NOTICE.

Similar plugins

dsh-subagent-codex

by mjylfz

Adds a subagent_codex tool that delegates tasks to the local OpenAI Codex CLI, running the work in an isolated external process.

Tools & CapabilitiesManifest valid

4

MIT

JavaScript

Aug 25, 2026

dsh plugin --profile web add dsh-subagent-codex

by agentrq

AgentRQ: Human-in-loop realtime conversational task manager for AI Agents. Self-hosted! Control your own agents from wherever you want Mobile, Web, Desktop. Designed to work well with your own Claude

Workflow & AutomationManifest valid

1.1k

63/wk

Apache-2.0

JavaScript

Sep 15, 2026

dsh plugin --profile web add @agentrq/dsh-plugin-agentrq

by MrMaii

把 Agent 从对话框搬到一张图上——连线即执行 / Orchestrate AI agents by drawing lines

Manifest valid

3

40/wk

Apache-2.0

JavaScript

Aug 18, 2026

dsh plugin --profile web add knotline-dsh

by Chang-Tong

Import pi / opencode / codex / claude-code sessions, chat history, and agents into DeepSeek Harness — one-click Sync button, slash commands, session-start migration prompt

Tools & CapabilitiesManifest valid

18

MIT

JavaScript

Aug 29, 2026

dsh plugin --profile web add dsh-import-agents

by Tencent

Let AI agents use your real, logged-in browser without interrupting your work. CLI + extension for browser automation across any shell-capable AI agent.

Tools & CapabilitiesManifest valid

2k

2.8k/wk

MIT

TypeScript

Sep 15, 2026

dsh plugin --profile web add @wxg-prc-cpg/browser-skill-dsh-plugin

by strukto-ai

The World's First Virtual Terminal for AI Agents

Tools & CapabilitiesManifest valid

3.6k

163/wk

Apache-2.0

TypeScript

Sep 14, 2026

dsh plugin --profile web add @struktoai/mirage-dsh