code Desktop Service

code-desktop-service v0.1.0 preview

This preview release publishes the desktop service source and setup documents.

What Is Included

Install From Source

git clone https://github.com/lyz1022/code-desktop-service.git
cd code-desktop-service
corepack enable
corepack prepare pnpm@9.15.4 --activate
pnpm install --frozen-lockfile
pnpm --filter @code/protocol build
pnpm --filter @code/mac-service build
pnpm --filter @code/mac-service start

Open the local management console:

https://localhost:37631

If the browser shows a certificate warning, open the management console from the desktop machine and use the Install Trust action. Trust installation is restricted to loopback requests.

Pairing

  1. Start code-desktop-service on the desktop machine.
  2. Open https://localhost:37631.
  3. Install local trust if needed.
  4. Generate a pairing QR code.
  5. Open the paired mobile client and scan the QR code.
  6. Confirm the desktop identity and complete pairing.

Public Documents

Known Limits