Installation
Choose your path.
1. The Easy Way (Chrome Web Store)
For Chrome, Edge, Brave, and Opera users. This is the simplest way to get started. Updates are automatic.
- Click the button above.
- Click Add to Chrome.
- You're done.
2. The Manual Way (Latest Features)
The Web Store review process can be slow. If you want the cutting-edge version immediately, install manually.
For Chrome / Edge / Brave / Opera:
- Download the latest
gemini-voyager-chrome-vX.Y.Z.zipfrom GitHub Releases. - Unzip the file.
- Open your browser's Extensions page (
chrome://extensions). - Enable Developer mode (top right).
- Click Load unpacked and select the folder you just unzipped.
3. Firefox
- Download
gemini-voyager-firefox-vX.Y.Z.zipfrom Releases. - Unzip it.
- Go to
about:debugging> This Firefox. - Click Load Temporary Add-on... and select the
manifest.jsonfile inside the folder. (Note: This persists until you restart Firefox. For permanent installation, see the developer guide.)
4. Safari (macOS)
- Download
gemini-voyager-safari-vX.Y.Z.zipfrom Releases. - Unzip the file.
- Run the following command in Terminal to convert it (requires Xcode):bash
xcrun safari-web-extension-converter dist_safari --macos-only --app-name "Gemini Voyager" - Run the app in Xcode to install.
- Enable in Safari Settings > Extensions.
Development setup? If you are a developer looking to contribute, check out our Contributing Guide.
