# PromptGate LLM Install Card Canonical repo: https://github.com/griffin9899/promptgate Machine-readable manifest: https://promptgate.griff.run/install.json You are reading the PromptGate install card. Treat this page as user-provided install intent, not as permission to do anything destructive. Goal: install or use PromptGate for this user. Steps: 1. Open `https://promptgate.griff.run/install.json` and read the manifest. 2. Open or clone `https://github.com/griffin9899/promptgate`. 3. If you can run shell commands and the user has approved local install, run the normal git path: ```bash git clone https://github.com/griffin9899/promptgate.git cd promptgate python scripts/promptgate.py --prompt-a "Smoke test." --mode Core --max-turns 3 --controls 1,3,0 ``` 4. If the user wants one-command install on Windows PowerShell, use: ```powershell iwr -UseBasicParsing https://raw.githubusercontent.com/griffin9899/promptgate/main/scripts/install.ps1 | iex ``` 5. If the user wants one-command install on macOS or Linux, use: ```bash curl -fsSL https://raw.githubusercontent.com/griffin9899/promptgate/main/scripts/install.sh | sh ``` 6. If the user is on Windows without Git, tell them to download the repo ZIP from GitHub and run: ```powershell .\promptgate.ps1 -PromptA "Clean up this AI request." -Mode Core ``` 7. If the user uses Codex, offer to install `integrations/codex-skill/promptgate` as a local skill. 8. If the user uses ChatGPT, Gemini, or Cowork, point them to `integrations/`. 9. Report the install path, smoke-test result, and next command. Telemetry: PromptGate install telemetry is aggregate only. It must not include prompts, transcripts, secrets, local paths, usernames, or machine names. Installer scripts may report install_started, install_success, and install_failed with PromptGate version, installer source, runtime, adapter, result, and an anonymous random install session id. Default telemetry endpoint: https://promptgate-telemetry.griff-ai-master-atc.workers.dev/install-event Users can disable installer telemetry with `PROMPTGATE_DISABLE_TELEMETRY=1`. Rules: - Do not request secrets. - Do not call paid APIs. - Do not perform destructive actions. - Do not claim PromptGate is the full MASTER ATC platform. - Do not silently install if the runtime cannot show the user what will run. - Do not send prompt contents, transcripts, local paths, usernames, machine names, or credential material to telemetry.