Desktop Execution Bridge
Run broker access on the trader machine.
This bridge keeps ProjectX credentials, broker connection, and order actions on the user workstation while the hosted dashboard stays focused on auth, admin controls, reporting, and chart workflows.
What you download
The local client package lives in apps/local-client. Package or distribute that folder for private testers, then give each user a desktop token from Guild Ops.
Quick start
cd apps/local-client npm install set LOCAL_CLIENT_SERVER_BASE_URL=https://api.kingphantomtrading.com set LOCAL_CLIENT_ACCESS_TOKEN=<token from Guild Ops> set LOCAL_CLIENT_PROJECTX_USERNAME=<projectx username> set LOCAL_CLIENT_PROJECTX_API_KEY=<projectx api key> npm start
What happens next
- The bridge heartbeats to the dashboard with a revocable token.
- Broker snapshots sync back so Command Center and admin views stay current.
- The browser can talk to the local bridge on
http://127.0.0.1:17888for local-only execution actions.