Mac
Apple Silicon DMGInstall the app, open Cloud, then connect the relay.
DownloadConnect Guard Local to https://app.silentauth.ai, pull cloud requests into the local approval queue, and send signed proof back after local approval.
Install the app, open Cloud, then connect the relay.
DownloadUnzip, run SilentAuth Guard Local.exe, then connect the relay.
DownloadExtract and run the packaged Guard Local launcher.
DownloadOpen the build for your operating system.
Open Cloud in Guard Local and use https://app.silentauth.ai.
Paste the service token and private adapter token.
Create, pull pending, import, approve locally, then send cloud proof.
Relays requests, stores policy, and keeps audit history.
Intercepts agent actions and asks for proof before execution.
Cloud is not the sole signer.
Use this when the desktop app is not available yet.
curl -X POST "https://app.silentauth.ai/api/requests" \
-H "content-type: application/json" \
-H "authorization: Bearer YOUR_TEST_TOKEN" \
-d '{"action":"execute_shell_command","subject":"agent:friend-guard","resource":"echo SilentAuth friend test","context":{"source":"friend-test-kit"}}'