Remote Installer

Desktop host skeleton

Install the host foundation before real phone-to-desktop control.

This installer creates local host state, a command queue, audit events, and safety rules. It does not stream your screen or ship owner credentials.

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.py remote installer . --write --force
python3 codee.py remote host . --write --force
python3 codee.py remote pair . --device-name "My Desktop" --write
python3 codee.py remote readiness . --write
Safe

No Silent Screen

The host skeleton keeps screen streaming disabled until the security gate passes.

foundation

Queue

CLI Bridge Ready

Commands are limited to the Codee allowlist and audited before active execution is added.

foundation

Proof

Readiness Scan

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

foundation