← Back to home

Browser Extension

Archive AI conversations directly from Claude.ai and ChatGPT with one click.

Setup

  1. Start the extension server:
    archivist /path/to/vault --extension-server

    The server starts on 127.0.0.1:7742 and generates an auth token automatically.

  2. Load the extension in Chrome:
    • Go to chrome://extensions
    • Enable "Developer mode" (top right)
    • Click "Load unpacked"
    • Select the extension folder from your Archivist install
  3. Archive a conversation:
    • Navigate to a conversation on claude.ai or chatgpt.com
    • Click the Archivist extension icon
    • Click "Archive Conversation"

Security

  • Localhost only: Server binds exclusively to 127.0.0.1
  • Token auth: Auto-generated token prevents unauthorized access
  • Rate limiting: Built-in protection against abuse
  • No external connections: Data never leaves your machine

Options

FlagDescriptionDefault
--extension-serverStart the extension server--
--extension-portCustom port7742
--extension-tokenCustom auth tokenauto

Read the extension privacy policy →