App will not open
Confirm the zip is fully extracted, then open the app from Finder and follow the macOS confirmation prompt if shown.
Start with the macOS launcher, or use the manual Bash/Python path when you want to inspect and control the runtime directly.
Unzip the macOS download, move the app to Applications if you prefer, then open it from Finder. If macOS asks you to confirm opening an app from the internet, use Finder to open it and follow the system prompt.
Advanced users can run the Bash/Python path directly. These commands keep the runtime visible and are useful for custom deployments.
python3 -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python3 -m src.network.hub --host 0.0.0.0 --port 8080
python3 -m src.app.main --profile alice --transport network --hub 127.0.0.1:8080Confirm the zip is fully extracted, then open the app from Finder and follow the macOS confirmation prompt if shown.
Use the website preview script from the project root so the static server points at the website directory.
Check Python dependencies, the selected project root, and whether the Hub port is already in use.
Check that devices are on the same network and that firewall rules allow the Hub TCP port and UDP discovery port.
Confirm the temporary file service is running and that clients can reach the Hub host.
Allow the app and Python runtime through local firewall prompts, then retry the Hub connection.