No Silent Screen
The browser host requires a visible owner click and the macOS capture chooser for every screen share.
live
Desktop host and command bridge
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 .
The browser host requires a visible owner click and the macOS capture chooser for every screen share.
live
Status, heartbeat, doctor, and route scan use fixed argument lists; raw shell and secret export are blocked.
live
`codee remote readiness` checks local files and public remote routes before launch.
foundation