Requirements & Compatibility
- Supported Browsers: Chrome (also compatible with Brave and Edge via Chrome Web Store).
- Unsupported Browsers: Firefox.
- Extension Link: Chrome Web Store
Connection & Setup
1. Generate API Key
- Open the AnythingLLM UI (Desktop or Web).
- Navigate to Settings > Tools > Browser Extension.
- Click Generate API Key -> Create API Key.
2. Establish Connection
- Automatic: The extension will attempt to auto-detect and pair with the active instance.
- Manual: Copy the generated connection string from the AnythingLLM settings page and paste it into the extension popup interface.
Customization & Development
Logo Customization (Docker Instances)
To sync instance branding to the extension, set a custom logo in the Customization section of the AnythingLLM settings page.
Custom Build & Unpacked Installation
To modify and build a custom version of the extension:
- Clone or fork the repository:
git clone https://github.com/Mintplex-Labs/anythingllm-extension.git cd anythingllm-extension - Build the extension:
yarn build - Load into browser:
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer mode (toggle in top-right).
- Click Load unpacked and select the build output
/distfolder.
- Open Chrome and navigate to