Skip to content
EN

Install

agent-presence runs on macOS and Linux (Windows is not supported). Credentials live in Keychain on macOS and libsecret on Linux.

pnpm add -g @rivus/agent-presence
agent-presence setup

setup is the only thing you run. It installs the hooks for every supported agent and links your signature.

pnpm dlx @rivus/agent-presence@latest setup

For agent environments that launch hooks with a restricted PATH, install hooks with absolute paths:

agent-presence setup --hook-command absolute

The default provider is magic-builder, so the first setup runs the QR login (storing the slot credential) and prompts for a Magic-Builder token. See Providers for the alternative that needs no token.