[Windows][Chrome extension] Native host is outdated and browser control remains read-only
What issue are you seeing?
The official ChatGPT Chrome extension can read the active tab, including its title, URL, and visible text, but it cannot perform interactive actions such as clicking, typing, navigating, or searching.
Every interactive request fails with a message stating that the native Chrome/Codex host is outdated or unavailable. The extension therefore remains read-only.
Example error translated from the Polish interface:
“I cannot continue or perform the search because the native Chrome control module is outdated. I only have access to the text of the current page, without the ability to click or type.”
No sensitive website data or credentials are included in this report.
What steps can reproduce the bug?
- Install the current ChatGPT desktop app on Windows.
- Install the Chrome plugin from the ChatGPT desktop app.
- Install the official ChatGPT extension from the Chrome Web Store.
- Complete the extension onboarding and confirm that the side panel loads.
- Open any website in Chrome.
- Ask ChatGPT in the Chrome side panel to navigate, click a link, type into a field, or perform a search.
- ChatGPT reads the page but refuses the interactive action, reporting that the native Chrome/Codex host is outdated.
Troubleshooting already completed:
- Confirmed that the ChatGPT desktop app is up to date
- Forced an extension update through chrome://extensions
- Completely removed and reinstalled the Chrome extension
- Removed and reinstalled the Chrome plugin
- Repeated the complete extension onboarding flow
- Restarted Chrome and the ChatGPT desktop app multiple times
- Used Windows “Repair” for the ChatGPT desktop app
- Confirmed that only one ChatGPT installation is present
- Confirmed that no separate Codex desktop app is installed
- Started new ChatGPT Work chats
The issue persists after all these steps.
What is the expected behavior?
After the Chrome plugin and official extension are installed and enabled, ChatGPT should be able to use the active Chrome session to navigate, click, type, and perform other approved browser actions.
It should not report an outdated native host when the desktop app and extension are both current.
Additional information
Environment:
- Windows 11
- ChatGPT desktop app version: 26.814.5517.0
- Google Chrome version: 150
- Official ChatGPT Chrome extension from the Chrome Web Store
- No separate Codex desktop application installed
- Only one ChatGPT desktop installation present
Feedback reference submitted through /feedback:
no-active-thread-01a01a82-09fe-7542-82b7-c429588b72ca
Please verify the packaged native-host version and its Windows registration for the ChatGPT Chrome extension.
4 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I maintain WinBridge Recovery: https://github.com/zemeng5208/winbridge-recovery
This report looks worth checking at the local Chrome Native Host / bundled-plugin state layer before treating the “outdated native host” message as definitive.
On Windows, WinBridge can help diagnose/recover the local pieces around:
openai-bundled/chromecache, active version andlatesttarget;%LOCALAPPDATA%\OpenAI\extension\com.openai.codexextension.json;HKCU\Software\Google\Chrome\NativeMessagingHosts\com.openai.codexextensionand whether it points to the expected manifest;extension-host.exefor the active plugin version.That is relevant here because the desktop app is
26.814.5517.0, while an “outdated native component” error can also be produced when Chrome is still reaching a stale host/cache target even though the app and Web Store extension themselves are current.Important limitation: WinBridge only repairs/diagnoses local Windows installation/cache/registration state. It does not patch the Chrome extension protocol or the upstream browser-control runtime. A closely related report (#39466) isolated a case where Native Messaging was already connected and healthy, but the host-provided
runtimeConfigwas missingtrustedBrowserClientSha256s; if this machine has the same condition after the local manifest/registry/cache versions are verified, then this is an upstream extension/native-host compatibility issue and WinBridge would not be expected to fix it.So the useful distinction here is: stale/mismatched local host registration or plugin cache → potentially recoverable locally; correct current host + correct registration + incompatible runtimeConfig/schema → upstream issue. I would not assume the tool will fix this case without first confirming which side of that boundary the machine is on.
I can reproduce this issue on Windows with a newer, fully version-aligned installation. The native host reports a healthy connection, but Chrome control still incorrectly treats it as outdated and remains read-only.
Environment
26.818.216411.2.27267.15375nativeHostStatus.state:connected26.818.2164126.818.2164126.818.21641extension-host.exeis runningReproduction
https://example.comin Chrome.This reproduces even though the connection indicator is green and the app, CLI, and native-host versions all match.
Feedback ID:
01a01f00-61c3-7a30-b161-12a5fccf4298No local tokens, user paths, or other sensitive diagnostic data are included.
Update — 21 August 2026
The problem still persists after updating the ChatGPT desktop application.
Current environment:
Latest browser-control test:
Exact result:
browser.user.openTabs()returned[]browser.tabs.list()ended with:js execution timed out; kernel reset, rerun your requestTherefore, full browser control is still unavailable. ChatGPT cannot reliably access the open Chrome tabs or perform navigation, clicking and typing.
Previous feedback references:
no-active-thread-01a01a82-09fe-7542-82b7-c429588b72cano-active-thread-01a01f85-fcb9-7601-bbd3-ec744a26824cPlease verify: