Skip to content

Installation

Chrome Web Store

Install claude-nexus from the official Chrome Web Store listing:

Manual installation

  1. Clone the repository.
bash
git clone https://github.com/Qiuner/claude-nexus.git
cd claude-nexus
  1. Install dependencies.
bash
yarn install
  1. Build the Chrome extension.
bash
yarn build:chrome
  1. Load the unpacked extension in Chrome.
  • Open chrome://extensions
  • Enable Developer mode
  • Click Load unpacked
  • Select the dist_chrome folder

Notes

  • The extension injects into https://claude.ai/*
  • Data such as folders and prompts is stored locally in the browser
  • claude-nexus is available on the Chrome Web Store, and manual installation remains useful for local development builds

Released under the MIT License.