claude-chromium-native-messaging
Health Gecti
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 54 GitHub stars
Code Basarisiz
- rm -rf — Recursive force deletion command in tests/test_browser_detection.sh
- rm -rf — Recursive force deletion command in tests/test_setup.sh
Permissions Gecti
- Permissions — No dangerous permissions requested
This tool is a setup utility that enables the official Claude browser extension to work with alternative Chromium-based browsers (like Brave, Arc, and Vivaldi). It functions by registering the existing Claude native messaging host across these additional browsers.
Security Assessment
The overall risk is rated as Low. The utility does not request dangerous permissions or make external network requests. Because its primary function is installing browser extensions, it naturally interacts with sensitive browser data. However, it acts merely as a configuration bridge for Anthropic's existing native host rather than handling the actual browser communication itself.
The automated scans flagged two "recursive force deletion" (`rm -rf`) commands located specifically within the test files (`tests/test_browser_detection.sh` and `tests/test_setup.sh`). While this might sound alarming, using `rm -rf` to clean up temporary directories is a standard practice in automated testing scripts. Since these commands are restricted to the testing environment and are not part of the main installation scripts, they do not pose a threat to your system. No hardcoded secrets were found.
Quality Assessment
The project demonstrates strong quality and maintenance signals. It is actively maintained, with the most recent code push occurring today. The repository includes a highly detailed README, embraces open-source principles under the permissive MIT license, and has accumulated 54 GitHub stars, indicating a healthy level of community trust. Furthermore, the setup scripts are straightforward and easy for a developer to audit manually before execution.
Verdict
Safe to use.
Enable Claude in Chrome extension to work with alternative Chromium-based browsers (Brave, Arc, Vivaldi, Edge, Genspark, etc.)
Claude Native Messaging for Chromium Browsers
Use Claude AI browser extension with Brave, Arc, Vivaldi, Edge, Opera, Genspark, Helium, and other Chromium-based browsers
Enable Claude in Chrome extension to work with alternative Chromium-based browsers. Connect Claude Desktop and Claude Code to your favorite browser!
Quick Start
macOS / Linux:
git clone https://github.com/stolot0mt0m/claude-chromium-native-messaging.git
cd claude-chromium-native-messaging
./setup.sh
Windows (PowerShell):
git clone https://github.com/stolot0mt0m/claude-chromium-native-messaging.git
cd claude-chromium-native-messaging
.\setup.ps1
Linux Installation
On Linux, Claude Code CLI provides the native messaging host. This tool extends Claude Code's browser support to additional Chromium browsers that Claude Code doesn't configure automatically.
Prerequisites
- Claude Code CLI installed and set up
- Chrome, Chromium, Brave, or other Chromium browser installed
Option 1: Quick Setup (Recommended)
git clone https://github.com/stolot0mt0m/claude-chromium-native-messaging.git
cd claude-chromium-native-messaging
./install-linux.sh
This script:
- Verifies Claude Code CLI is installed and its native host exists
- Detects which alternative Chromium browsers are installed
- Copies the native messaging manifest to each browser's directory
Option 2: Interactive Setup
./setup.sh
The interactive setup lets you select specific browsers and provides more control.
How It Works on Linux
Claude Code CLI installs its native messaging host at ~/.claude/chrome/chrome-native-host and registers it for Google Chrome and Microsoft Edge. This tool copies that registration to additional browsers:
Claude Code CLI
└── installs native host at ~/.claude/chrome/chrome-native-host
└── registers for: Chrome, Edge (automatic)
This tool
└── registers for: Brave, Vivaldi, Chromium, Opera, 25+ more browsers
After Installation
- Completely quit your browser (check
ps aux | grep chrometo verify no processes remain) - Restart the browser
- Install the Claude extension if not already installed: Chrome Web Store
- Open Claude in the side panel — it should now connect via Claude Code
More Help
See docs/linux-setup.md for detailed instructions and troubleshooting.
Features
- 27+ Supported Browsers - Brave, Arc, Vivaldi, Edge, Opera, and more
- Cross-Platform - Works on macOS, Linux, and Windows
- Safe by Default - Dry-run mode, backup support, and path validation
- Interactive Setup - Select which browsers to configure
- JSON Configuration - Easy to extend with new browsers
- Test Suite - Automated tests for reliability
The Problem
Claude's official browser extension only supports Google Chrome. But many developers prefer browsers like Brave, Arc, Vivaldi, or Microsoft Edge.
The extension actually works fine in these browsers — it's just the Native Messaging Host configuration that's missing. Without it:
- Claude Desktop can't connect to the browser extension
- Claude Code's
/chromecommand doesn't detect the extension - No browser automation capabilities
graph LR
EXT["Claude Extension"] -->|"Native Messaging"| CHROME["Chrome ✅"]
EXT -.-x BRAVE["Brave ❌"]
EXT -.-x ARC["Arc ❌"]
EXT -.-x EDGE["Edge ❌"]
EXT -.-x MORE["25+ more ❌"]
EXT -.-x INCOMPAT["Orion, Falkon, Colibri ❌"]
style CHROME fill:#d4edda,stroke:#28a745,color:#000
style BRAVE fill:#f8d7da,stroke:#dc3545,color:#000
style ARC fill:#f8d7da,stroke:#dc3545,color:#000
style EDGE fill:#f8d7da,stroke:#dc3545,color:#000
style MORE fill:#f8d7da,stroke:#dc3545,color:#000
style INCOMPAT fill:#e2e3e5,stroke:#6c757d,color:#000
style EXT fill:#e8daef,stroke:#8e44ad,color:#000
The Solution
This tool automatically configures Native Messaging Host for your Chromium browser, enabling:
- Full Claude Desktop integration (macOS/Windows)
- Full Claude Code integration (all platforms)
- Claude Code browser automation (
/chrome) - Side panel functionality
- All Claude in Chrome features
graph LR
EXT["Claude Extension"] -->|"Native Messaging"| CHROME["Chrome ✅"]
EXT -->|"Manifest created"| CONFIRMED["Brave, Arc, Edge, Genspark, Helium, Opera ✅"]
EXT -->|"Manifest created"| PARTIAL["Vivaldi ⚠️ (blank panel on macOS)"]
EXT -->|"Manifest created"| UNCONFIRMED["14+ more Chromium browsers ⬜"]
EXT -.-x INCOMPAT["Orion, Falkon, Colibri ❌"]
style CHROME fill:#d4edda,stroke:#28a745,color:#000
style CONFIRMED fill:#d4edda,stroke:#28a745,color:#000
style PARTIAL fill:#fff3cd,stroke:#ffc107,color:#000
style UNCONFIRMED fill:#fff3cd,stroke:#ffc107,color:#000
style INCOMPAT fill:#f8d7da,stroke:#dc3545,color:#000
style EXT fill:#e8daef,stroke:#8e44ad,color:#000
Supported Browsers
All browsers listed below are Chromium-based and support the Chrome Extensions API including Native Messaging. The setup script auto-detects installed browsers and configures the necessary manifest files.
Confirmed Working
These browsers have been tested and confirmed working by users or maintainers:
| Browser | Engine | macOS | Linux | Windows | Notes |
|---|---|---|---|---|---|
| Google Chrome | Chromium | ✅ | ✅ | ✅ | Official target |
| Google Chrome Canary | Chromium | ✅ | ✅ | ✅ | Dev channel (#3) |
| Google Chrome Beta | Chromium | ✅ | ✅ | ✅ | |
| Google Chrome Dev | Chromium | ✅ | ✅ | ✅ | |
| Chromium | Chromium | ✅ | ✅ | ✅ | Base project |
| Microsoft Edge | Chromium | ✅ | ✅ | ✅ | |
| Brave | Chromium | ✅ | ✅ | ✅ | |
| Arc | Chromium | ✅* | — | ✅* | No side panel (details) |
| Opera / Opera GX | Chromium | ✅ | ✅ | ✅ | |
| Helium | Chromium | ✅ | ✅ | ✅ | #2 |
| Genspark | Chromium | ✅ | — | ✅ | Confirmed by maintainer |
Known Issues
These browsers work with native messaging but have known caveats:
| Browser | Engine | macOS | Linux | Windows | Notes |
|---|---|---|---|---|---|
| Vivaldi | Chromium | ⚠️ | ⬜ | ⬜ | Blank side panel on macOS (details) |
Should Work (Chromium-based, not yet confirmed)
These are genuine Chromium/Blink-based browsers with full Chrome extension support. They should work based on their architecture, but haven't been explicitly confirmed by users yet. If you use any of these browsers, please open an issue to let us know if it works!
| Browser | Engine | macOS | Linux | Windows |
|---|---|---|---|---|
| Ungoogled Chromium | Chromium | ⬜ | ⬜ | ⬜ |
| Yandex Browser | Chromium | ⬜ | ⬜ | ⬜ |
| Naver Whale | Chromium | ⬜ | ⬜ | ⬜ |
| Coc Coc | Chromium | ⬜ | ⬜ | ⬜ |
| Comodo Dragon | Chromium | ⬜ | ⬜ | ⬜ |
| Avast Secure Browser | Chromium | ⬜ | ⬜ | ⬜ |
| AVG Secure Browser | Chromium | ⬜ | ⬜ | ⬜ |
| Epic Privacy Browser | Chromium | ⬜ | ⬜ | ⬜ |
| SRWare Iron | Chromium | ⬜ | ⬜ | ⬜ |
| Slimjet | Chromium | ⬜ | ⬜ | ⬜ |
| Cent Browser | Chromium | ⬜ | ⬜ | ⬜ |
| Maxthon | Chromium | ⬜ | ⬜ | ⬜ |
| Iridium | Chromium | ⬜ | ⬜ | ⬜ |
| Sidekick | Chromium | ⬜ | ⬜ | ⬜ |
Help us verify! If you successfully use this tool with any of the browsers above, please report it so we can move it to the confirmed list.
Not Compatible
| Browser | Engine | Why |
|---|---|---|
| Orion (Kagi) | WebKit | Not Chromium-based. Supports Chrome extensions via compatibility layer, but Native Messaging / Chrome DevTools API is not fully implemented. Confirmed non-functional in #10. |
| Falkon (KDE) | QtWebEngine | Uses Chromium internally via Qt, but does not support Chrome extensions or WebExtensions. Has its own limited extension API. |
| Colibri | Electron/Chromium | Chromium-based but does not support browser extensions at all. |
| Torch | Chromium | Was Chromium-based with Chrome extension support, but discontinued since November 2022. No longer available for download. |
Your browser not listed? The script supports custom paths — any Chromium-based browser with Chrome extension support should work.
Prerequisites
Before running the setup:
| Platform | Requirements |
|---|---|
| macOS | Claude Desktop installed |
| Windows | Claude Desktop installed |
| Linux | Claude Code CLI installed |
All platforms also need:
- Claude in Chrome extension installed in your browser (Chrome Web Store)
- Bash 4.0+ (macOS users may need to install via Homebrew:
brew install bash)
Installation
macOS / Linux
# Clone the repository
git clone https://github.com/stolot0mt0m/claude-chromium-native-messaging.git
cd claude-chromium-native-messaging
# Run the interactive setup
./setup.sh
Windows
# Clone the repository
git clone https://github.com/stolot0mt0m/claude-chromium-native-messaging.git
cd claude-chromium-native-messaging
# Run the interactive setup
.\setup.ps1
The script will:
- Detect installed Chromium browsers
- Show which ones have the Claude extension
- Let you select which browser(s) to configure
- Create the necessary manifest files
Command Line Options
| Option | Bash | PowerShell | Description |
|---|---|---|---|
| Uninstall | --uninstall, -u |
-Uninstall |
Remove configuration |
| Custom Path | --path PATH, -p |
-Path PATH |
Specify browser path |
| Dry Run | --dry-run, -n |
-DryRun |
Preview without changes |
| Verbose | --verbose, -v |
-Verbose |
Detailed output |
| Quiet | --quiet, -q |
-Quiet |
Minimal output |
| Backup | --backup, -b |
-Backup |
Backup before overwrite |
| Version | --version, -V |
-Version |
Show version |
| Help | --help, -h |
-Help |
Show help |
Examples
# Preview what would be changed (dry-run)
./setup.sh --dry-run
# Install with automatic backups
./setup.sh --backup
# Install for a specific browser path
./setup.sh --path ~/Library/Application\ Support/MyBrowser
# Uninstall with verbose output
./setup.sh --uninstall --verbose
Custom Browser Paths
If your browser stores its data in a non-standard location, use the --path / -Path flag to point the setup script directly at the browser's data directory (not the executable).
The data directory is where the browser stores profiles, preferences, and extensions. Common locations:
| Platform | Base Directory | Example |
|---|---|---|
| macOS | ~/Library/Application Support/ |
~/Library/Application Support/Google/Chrome Canary |
| Linux | ~/.config/ |
~/.config/google-chrome-unstable |
| Windows | %LOCALAPPDATA%\ |
%LOCALAPPDATA%\Google\Chrome SxS\User Data |
macOS example — Chrome Canary:
./setup.sh --path "$HOME/Library/Application Support/Google/Chrome Canary"
Linux example — Chrome Canary (dev channel):
./setup.sh --path "$HOME/.config/google-chrome-unstable"
Windows example — Chrome Canary:
.\setup.ps1 -Path "$env:LOCALAPPDATA\Google\Chrome SxS\User Data"
Custom Chromium build:
# Point to wherever your Chromium stores its user data
./setup.sh --path "/opt/my-chromium/user-data"
Tip: To find your browser's data directory, navigate to
chrome://versionin the address bar and look at the Profile Path. The data directory is the parent of the profile folder (e.g., if Profile Path is~/.config/google-chrome-unstable/Default, the data directory is~/.config/google-chrome-unstable).
Manual Setup
See the detailed Manual Setup Guide if you prefer to configure things yourself.
Verification
After running the setup:
- Completely quit your browser (check Activity Monitor / Task Manager)
- Restart the browser
- Open Claude extension in the side panel
- For Claude Code: Run
/chromein your terminal
How It Works
Chrome extensions communicate with native applications through the Native Messaging API. This requires JSON manifest files that tell the browser where to find the native host binary.
macOS / Windows
graph TB
subgraph BROWSER ["Your Browser"]
EXT["Claude Extension"]
end
EXT <-->|"Native Messaging API"| MANIFEST
MANIFEST["NativeMessagingHosts/\ncom.anthropic.claude*.json"]
MANIFEST -->|"points to"| HOST["Claude Native Host Binary\n(installed by Claude Desktop)"]
HOST <--> CD["Claude Desktop"]
HOST <--> CC["Claude Code"]
SETUP["setup.sh / setup.ps1"] -.->|"creates"| MANIFEST
style BROWSER fill:#f0f4ff,stroke:#4a90d9,color:#000
style SETUP fill:#fff3cd,stroke:#ffc107,color:#000
style MANIFEST fill:#e8f5e9,stroke:#4caf50,color:#000
style HOST fill:#fce4ec,stroke:#e91e63,color:#000
style CD fill:#e8daef,stroke:#8e44ad,color:#000
style CC fill:#e8daef,stroke:#8e44ad,color:#000
Linux
On Linux, Claude Code CLI provides the native messaging host. Claude Desktop is not available for Linux.
graph TB
subgraph BROWSER ["Your Browser (Brave, Vivaldi, etc.)"]
EXT["Claude Extension"]
end
EXT <-->|"Native Messaging API"| MANIFEST
MANIFEST["NativeMessagingHosts/\ncom.anthropic.claude_code_browser_extension.json"]
MANIFEST -->|"points to"| HOST["~/.claude/chrome/chrome-native-host\n(installed by Claude Code CLI)"]
HOST <--> CC["Claude Code"]
SETUP["install-linux.sh / setup.sh"] -.->|"creates"| MANIFEST
style BROWSER fill:#f0f4ff,stroke:#4a90d9,color:#000
style SETUP fill:#fff3cd,stroke:#ffc107,color:#000
style MANIFEST fill:#e8f5e9,stroke:#4caf50,color:#000
style HOST fill:#fce4ec,stroke:#e91e63,color:#000
style CC fill:#e8daef,stroke:#8e44ad,color:#000
Claude Code automatically registers its native host for Google Chrome and Microsoft Edge. This tool extends that registration to additional Chromium browsers.
Manifest Locations
The script creates manifests in your browser's data directory:
macOS:
~/Library/Application Support/YOUR_BROWSER/NativeMessagingHosts/
Linux:
~/.config/YOUR_BROWSER/NativeMessagingHosts/
Windows:
%LOCALAPPDATA%\YOUR_BROWSER\User Data\NativeMessagingHosts\
Project Structure
claude-chromium-native-messaging/
├── setup.sh # macOS/Linux interactive setup
├── setup.ps1 # Windows setup
├── install-linux.sh # Linux quick installer (extends Claude Code)
├── uninstall-linux.sh # Linux uninstaller
├── config/
│ └── browsers.json # Browser paths & extension IDs
├── tests/
│ ├── test_setup.sh # Bash test suite (52 tests)
│ ├── test_browser_detection.sh # Browser detection tests (76 tests)
│ ├── test_setup.ps1 # PowerShell tests
│ ├── setup.Tests.ps1 # Pester tests (Windows)
│ └── fixtures/ # Test data files
├── docs/
│ ├── manual-setup.md # Manual setup guide
│ └── linux-setup.md # Linux-specific guide
├── CHANGELOG.md
├── CONTRIBUTING.md
├── TESTING.md # Test suite documentation
├── VERSION
├── LICENSE
└── README.md
Troubleshooting
Arc Browser Limitations
Arc does not implement Chrome's chrome.sidePanel API. This means:
- Clicking the Claude extension icon in Arc's toolbar does nothing — the side panel won't open
- The extension can only be opened manually as a full tab: navigate to
chrome-extension://fcoeoabgfenejglbffodgkkbkcdhcgfn/sidepanel.html - In tab mode, the extension cannot orchestrate other tabs (no page reading, no browser automation, no screenshots of adjacent tabs) because the tab group context that Chrome's side panel provides is missing
- Native messaging and Claude Desktop integration work normally
What works in Arc: Claude as a chat interface (ask questions, generate code, all AI features).
What doesn't work in Arc: Side panel integration, browser automation, tab orchestration.
Tip: You can pin the extension URL as a sidebar entry in Arc for quick access, or use Arc's Split View to have the chat next to a webpage — but there is no cross-tab interaction.
Vivaldi Blank Side Panel
Native messaging installs correctly in Vivaldi on macOS, but clicking the Claude extension icon opens a blank side panel. This is a Vivaldi-specific bug — Vivaldi's chrome.sidePanel API implementation does not render extension content. The extension itself is fully functional; it just can't render through Vivaldi's native side panel mechanism.
Confirmed workaround: use Vivaldi's Web Panel
- Navigate to the extension URL in a regular tab:
chrome-extension://fcoeoabgfenejglbffodgkkbkcdhcgfn/sidepanel.html - Accept the beta disclaimer
- Copy the URL from the address bar
- In Vivaldi's left sidebar, click + (Add Web Panel) and paste the URL
- Claude now lives permanently in Vivaldi's sidebar as a Web Panel
What works in Vivaldi: Full Claude interface, Claude Desktop native messaging, all AI features — via the Web Panel workaround above.
What doesn't work: Opening Claude via the extension toolbar icon (the chrome.sidePanel API is broken in Vivaldi).
Extension not connecting after restart
- Make sure you completely quit the browser (not just closed windows)
- Check Activity Monitor / Task Manager for remaining browser processes
- Verify the extension ID is
fcoeoabgfenejglbffodgkkbkcdhcgfn
Claude Code /chrome doesn't work with non-Chrome browsers
This is a known limitation with a deeper cause than just process detection. Our technical analysis found that Claude Code's /chrome MCP integration communicates through a remote WebSocket bridge (wss://bridge.claudeusercontent.com), not through local sockets. The Chrome extension connects to this bridge, Claude Code's MCP server connects to the same bridge, and they are matched by user account.
The problem: the extension checks a server-side feature flag (chrome_ext_bridge_enabled) before connecting to the bridge. This flag currently returns false for non-Chrome browsers, which means the extension never opens the bridge WebSocket — so Claude Code's MCP server can't find it.
What this tool fixes: Native messaging manifests (extension ↔ native host communication). This enables the side panel, extension login, and Claude Desktop integration.
What this tool cannot fix: The /chrome MCP integration (browser automation via Claude Code). This requires Anthropic to unlock the bridge feature flag for non-Chrome browsers.
See Issue #34364 for the full technical analysis and Issue #18075 for the feature request.
Linux: Native host not found
Make sure Claude Code CLI is installed and has been run at least once:
npm install -g @anthropic-ai/claude-code
claude
# Then use /chrome inside Claude Code
The native host should appear at ~/.claude/chrome/chrome-native-host.
Bash version error on macOS
macOS ships with Bash 3.2. Install a newer version:
brew install bash
/opt/homebrew/bin/bash ./setup.sh
Permission errors (macOS/Linux)
chmod +x setup.sh
chmod 644 ~/Library/Application\ Support/YOUR_BROWSER/NativeMessagingHosts/*.json
Browser not detected
The setup script detects browsers by checking for data directories (not executables) and validating that they contain Chromium profile markers (e.g., a Default/ folder, Local State file, or Preferences file). If your browser is installed but not detected:
- Verify the browser has been launched at least once — the data directory is only created after the first run
- Check that the data directory exists — see Custom Browser Paths for expected locations
- Use the custom path option to specify the data directory manually:
macOS/Linux:
./setup.sh --path "/path/to/your/browser/data"
Windows:
.\setup.ps1 -Path "C:\path\to\browser\User Data"
Tip: Use
--dry-run --verboseto see exactly which paths the script checks and why a browser might be skipped.
FAQ
Why is my installed browser not showing up?
The setup script uses filesystem-based validation to detect browsers. It does not search for browser executables — instead, it looks for the browser's data directory (where profiles and settings are stored) and checks for Chromium-specific markers like Default/, Local State, or Preferences.
A browser won't be detected if:
- It has never been launched (the data directory is only created on first run)
- The data directory is in a non-standard location (e.g., installed via a different package manager)
- The data directory exists but is empty (incomplete installation)
Solution: Launch the browser at least once, then re-run the setup script. If the browser still isn't detected, use the --path flag to specify the data directory manually (see Custom Browser Paths).
How do I use Chrome Canary?
Chrome Canary is fully supported. The script auto-detects it at these locations:
| Platform | Data Directory |
|---|---|
| macOS | ~/Library/Application Support/Google/Chrome Canary |
| Linux | ~/.config/google-chrome-unstable |
| Windows | %LOCALAPPDATA%\Google\Chrome SxS\User Data |
If auto-detection doesn't find it, specify the path manually:
# macOS
./setup.sh --path "$HOME/Library/Application Support/Google/Chrome Canary"
# Linux (Canary uses the dev channel package "google-chrome-unstable")
./setup.sh --path "$HOME/.config/google-chrome-unstable"
# Windows (Canary is stored under "Chrome SxS")
.\setup.ps1 -Path "$env:LOCALAPPDATA\Google\Chrome SxS\User Data"
Note: On Linux, Chrome Canary and Chrome Dev share the same data directory (
google-chrome-unstable) because they both use thegoogle-chrome-unstablepackage. The setup script will configure the directory once for whichever is detected first.
How does Linux support work?
On Linux, Claude Code CLI provides the native messaging host — Claude Desktop is not available for Linux.
When you install Claude Code and run it, it creates a native host at ~/.claude/chrome/chrome-native-host and registers it for Google Chrome and Microsoft Edge. This tool extends that registration to additional Chromium browsers (Brave, Vivaldi, Opera, etc.).
Requirements:
- Claude Code CLI —
npm install -g @anthropic-ai/claude-code - Run
claudeat least once, then use/chrometo initialize the native host
See docs/linux-setup.md for detailed instructions.
How do I use a custom browser location?
Use the --path flag (Bash) or -Path parameter (PowerShell) to point the script at your browser's data directory:
# macOS/Linux
./setup.sh --path "/absolute/path/to/browser/data-directory"
# Windows
.\setup.ps1 -Path "C:\path\to\browser\User Data"
The path must be:
- Absolute (no relative paths like
./browseror../data) - An existing directory that is readable
- A valid Chromium data directory (the script verifies this)
To find the correct path, open your browser and navigate to chrome://version — the Profile Path shows where data is stored. Use the parent directory of the profile folder.
Uninstall
macOS / Linux:
./setup.sh --uninstall
Linux (quick uninstall):
./uninstall-linux.sh
Windows:
.\setup.ps1 -Uninstall
Running Tests
# Bash tests
./tests/test_setup.sh
# PowerShell tests
.\tests\test_setup.ps1
Contributing
Contributions are welcome! Please read our Contributing Guide for details.
Areas where help is needed:
- Homebrew formula
- Chocolatey package
- AUR package for Arch Linux
- Additional browser support
Related Resources
- Claude Desktop - Official Claude desktop app (macOS/Windows)
- Claude Code - CLI tool for agentic coding (all platforms)
- Chrome Native Messaging - Chrome documentation
Related GitHub Issues
- #34364 - Bridge feature flag blocks non-Chrome browsers (our technical analysis)
- #18075 - Add
CLAUDE_CODE_CHROME_PATHenv var - #14536 - Browser selection option
- #14370 - Detect extension in Chromium browsers
License
MIT License - See LICENSE for details.
Disclaimer
This is an unofficial workaround. The official Claude in Chrome extension is designed for Google Chrome only. Anthropic may change the native messaging implementation at any time. Use at your own risk.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi