1Prepare the screen remote
Copy this setup text, paste it into Terminal, and press Return. Terminal performs the verified download and installation for you.
See exactly what Terminal will run
mkdir -p "$HOME/.local/share/codee-remote" curl -fL --retry 2 "https://clients.codee.chat/assets/downloads/codee-remote-host.py" -o "$HOME/.local/share/codee-remote/codee-remote-host.py" echo "HOST_SHA256 $HOME/.local/share/codee-remote/codee-remote-host.py" | shasum -a 256 -c - python3 "$HOME/.local/share/codee-remote/codee-remote-host.py" install "$PWD" --write python3 "$HOME/.local/share/codee-remote/codee-remote-host.py" toolbox "$PWD" --write
