Codee Remote Viewer

Phone-to-desktop viewer

Your own remote desk with Codee tools built in.

This is the Chrome Remote Desktop inspired lane, but with Codee's owner toolbox: pair code, visible session state, emergency stop, route scan, doctor, heartbeat, CodeEmail, admin HQ, consultation room, and proof export.

Current build status: owner toolbox live, active streaming locked.

Pairing, local host state, safe command queue, session packet, emergency stop, and proof export are now hardcoded. Real screen streaming and input control stay locked until the signaling API, TURN relay, device registry, MFA/passkey, signed host, visible desktop consent, and audit gate pass.

Foundation live / streaming locked Sell this honestly as safe remote support foundation today: downloadable host, pairing proof, command queue, audit packet, and emergency stop. Full live desktop stream and control remain future/pro gated.
ToolboxLive in viewer
Host proofLocal files and audit
ScreenLocked until gate
StopOwner controlled
Download Host Toolbox JSON
Codee

Doctor

Queue a local proof check for tools, manifests, sensitive files, and public routes.

Codee

Heartbeat

Queue a workspace pulse with health, proof, tasks, and next commands.

Codee

Route Scan

Queue a scan to catch 404s before a link is promoted or sent to a client.

Proof

Host Smoke

Copy the shortest remote-host readiness check: audit, heartbeat, doctor, run-once, proof export.

Owner

CODEEMAIL

Open messages and the upload lane from inside the remote viewer.

Owner

Admin HQ

Open the production checklist and owner workspace without hunting links.

Client

Consultation Room

Open the video room flow while remote support is happening.

Proof

Export Packet

Save pairing, session, queue, and audit state for review later.

Session

Visible Start

Create the owner-visible session packet. Streaming still waits for the security gate.

Safety

Stop Everything

Stop local remote state immediately and mark the owner emergency stop.

Workspace setup

Install the owner host

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 pair . --write
python3 codee-remote-host.py session . --session-action start --write
python3 codee-remote-host.py status .

Run the safe command bridge

python3 codee-remote-host.py enqueue . --command heartbeat --write
python3 codee-remote-host.py enqueue . --command doctor --write
python3 codee-remote-host.py run-once .
python3 codee-remote-host.py proof . --write
python3 codee-remote-host.py audit .

Remote-host smoke

python3 codee-remote-host.py audit .
python3 codee-remote-host.py enqueue . --command heartbeat --write
python3 codee-remote-host.py enqueue . --command doctor --write
python3 codee-remote-host.py run-once .
python3 codee-remote-host.py proof . --write

Public safety rule: this viewer does not ship owner credentials, does not silently stream a screen, and does not accept raw shell commands. The active desktop stream and input control are the next gated layer.