SilentAuthGuard Security Center
Login Manifest
Guard Local v0.2 beta

Install the execution firewall.

Connect Guard Local to https://app.silentauth.ai, pull cloud requests into the local approval queue, and send signed proof back after local approval.

Createcloud request
Approvelocal receipt
Returnadapter proof

Mac

Apple Silicon DMG
SilentAuth Guard Local-0.2.0-beta.0-arm64.dmg

Install the app, open Cloud, then connect the relay.

Download

Windows

Portable zip
SilentAuth Guard Local-0.2.0-beta.0-win32-x64.zip

Unzip, run SilentAuth Guard Local.exe, then connect the relay.

Download

Linux

Tarball
SilentAuth Guard Local-0.2.0-beta.0-linux-x64.tar.gz

Extract and run the packaged Guard Local launcher.

Download
1

Install

Open the build for your operating system.

2

Connect

Open Cloud in Guard Local and use https://app.silentauth.ai.

3

Tokens

Paste the service token and private adapter token.

4

Relay

Create, pull pending, import, approve locally, then send cloud proof.

Testing boundary

Cloud

Relays requests, stores policy, and keeps audit history.

Local Guard

Intercepts agent actions and asks for proof before execution.

Hub signer

Cloud is not the sole signer.

Manual API check

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"}}'