Remote Installer

Desktop host and command bridge

Connect this Mac to your private Codee viewer.

The host creates a short-lived cloud session, opens a consent-based browser screen share, and accepts only exact Codee command presets. The owner token remains local.

Install commands

curl -L https://clients.codee.chat/assets/downloads/codee-remote-host.py -o codee-remote-host.py
python3 codee-remote-host.py install . --write
python3 codee-remote-host.py toolbox . --write
export CODEE_REMOTE_OWNER_TOKEN="your-owner-token"
python3 codee-remote-host.py cloud-start . --device-name "My Mac"
# Open the printed host URL on this Mac, then run:
python3 codee-remote-host.py cloud-run .
# Revoke at any time:
python3 codee-remote-host.py cloud-stop .
Safe

No Silent Screen

The browser host requires a visible owner click and the macOS capture chooser for every screen share.

live

Queue

CLI Bridge Ready

Status, heartbeat, doctor, and route scan use fixed argument lists; raw shell and secret export are blocked.

live

Proof

Readiness Scan

`codee remote readiness` checks local files and public remote routes before launch.

foundation