Skip to content

Independent project · Owner field test

Global Watch

Open-source intelligence situational awareness.

Detect change. Identify unusual activity. Correlate independent evidence. Assess what the evidence supports.

Local field test only — not publicly hosted · not operationally authoritative · separate repository

How to launch

Global Watch runs as a standalone application on your machine. Waypoint Studio only provides this bridge page — it does not embed or host the app.

  1. In a terminal, open the Global Watch repository.
  2. Run npm ci && npm run build && npm start.
  3. When the host prints ready, use the button below (opens http://127.0.0.1:4173/ on this computer).
cd /path/to/global-watch
npm ci
npm run build
npm start
# listens on http://127.0.0.1:4173

Open local field-test host Back to Support Deck

If the local host is not running, that button will fail to load. That is expected — this is not a cloud deployment.