I think what you are looking for is the react-devtools chrome extension?
React-devtools is a standalone package that runs independently.
The chrome extension hooks it up for convenience in chrome.

Safari doesn't have an extension right now (legacy reasons). If you really need to hook it up, it should not be hard to port it to safari since it's API's are now supposedly as open and similar as chrome's.

Answer from kunl on Stack Overflow
🌐
React
react.dev › learn › react-developer-tools
React Developer Tools – React
For other browsers (for example, Safari), install the react-devtools npm package:
Discussions

reactjs - I want to add react devtools to Safari browser - Stack Overflow
I want to add react devtools to Safari browser I didn't find a way to install it I want to see the react sign on the websites made by react Thank you More on stackoverflow.com
🌐 stackoverflow.com
Newest 'safari-web-inspector' Questions - Stack Overflow
Stack Overflow | The World’s Largest Online Community for Developers More on stackoverflow.com
🌐 stackoverflow.com
React dev tool for Safari?
You can use the standalone react-devtools package: https://github.com/facebook/react/tree/master/packages/react-devtools#usage-with-react-dom More on reddit.com
🌐 r/reactjs
5
4
July 17, 2020
How often do you use the React Developer Tools?
Think I mainly use it for these things: Check what props a component is actually receiving Change prop values to check variants of components Check which components re-render when stuff happens More on reddit.com
🌐 r/reactjs
110
89
November 4, 2023
People also ask

Are there any limitations when using standalone React DevTools with Safari?
Yes, standalone React DevTools lacks browser-specific features like network request inspection and JavaScript breakpoint debugging, which require Safari's Web Inspector. It runs as a separate Electron application consuming additional system resources, requires manual setup with the script tag, and has a learning curve for developers familiar with browser extensions. However, it provides comprehensive React-specific debugging that complements Safari's native developer tools.
🌐
draft.dev
draft.dev › home › blog › how to use react devtools in safari
How to Use React DevTools in Safari
How do I connect React DevTools to my React app running in Safari?
After installing React DevTools globally with npm install -g react-devtools, run react-devtools in your terminal, then add the script tag to your app's index.html file inside the head tag. Refresh your Safari browser to establish the connection. The DevTools window will display your component tree once connected.
🌐
draft.dev
draft.dev › home › blog › how to use react devtools in safari
How to Use React DevTools in Safari
Can I use React DevTools with Safari in 2026 since there's no browser extension?
Yes, you can use the standalone version of React DevTools (v7.0.1 as of February 2026) with Safari. Install it globally using npm install -g react-devtools, add the connection script to your React app's HTML file, and run react-devtools in your terminal to connect and debug your application. The standalone version provides the same component inspection, props/state analysis, and performance profiling features available in browser extensions.
🌐
draft.dev
draft.dev › home › blog › how to use react devtools in safari
How to Use React DevTools in Safari
🌐
Draft.dev
draft.dev › home › blog › how to use react devtools in safari
How to Use React DevTools in Safari
February 6, 2026 - React DevTools is a set of developer ... However, if you use Safari, you may be disappointed to learn that there is no browser extension for React DevTools like there is in Chrome and Firefox....
🌐
App Store
apps.apple.com › us › app › devtools-extension › id1611993508
DevTools Extension App - App Store
DevTools extension for web developer in Safari: 1,Console - allow us to see errors, run commands, examine variables, and much more. 2,Elements - view dom node and computed style 3,Network - network requests and responses 4,Resources ...
Rating: 3.4 ​ - ​ 16 votes
🌐
npm
npmjs.com › package › react-devtools
react-devtools - npm
This package can be used to debug non-browser-based React applications (e.g. React Native, mobile browser or embedded webview, Safari). Install the react-devtools package.
      » npm install react-devtools
    
Published   Oct 20, 2025
Version   7.0.1
Find elsewhere
🌐
GitHub
github.com › seidnerj › react-devtools-in-safari-2023
GitHub - seidnerj/react-devtools-in-safari-2023: How I got React Devtools working in Safari Developer Tools in 2023
Close Safari. Convert the Firefox React DevTools to a Safari extension using safari-web-extension-converter.
Author   seidnerj
🌐
Swmansion
docs.swmansion.com › react-native-reanimated › docs › 2.x › guide › debugging
Debugging worklets | React Native Reanimated
Safari DevTools is Safari's built-in feature that is only available for iOS devices running JSC. It works very similarly to Chrome DevTools - it allows you to connect to a remote runtime and keep code execution on device.
🌐
DevTools Tips
devtoolstips.org › tag › console
Console DevTools Tips
All browser DevTools have a few built-in functions in the console to do things like get the current element, or copy a string. But Safari exposes 2 nice built-in functions: queryInstances queryHolder...
🌐
Ionic Framework
ionicframework.com › docs › troubleshooting › debugging
Debugging Guide for Apps in iOS Safari and Android Chrome
This will open a new window with the Safari Developer Tools - use them to inspect and debug the Ionic app running on your device. Use Google Chrome's DevTools to debug an app when it is running in the browser using the ionic serve command, deployed to an emulator, or on a physical device.
🌐
Arrowhitech
blog.arrowhitech.com › react-devtools-the-amazing-things-they-bring-and-top-must-have-ones-to-create-better-apps
React Devtools: The amazing things they bring and top must-have ones to create better apps – Blogs | AHT Tech | Digital Commerce Experience Company
By installing React Devtools, you’ll get two main features: a view of the component tree and the current state and props of each component you select. Also, this browser extension is available for Chrome, Firefox, and application for Safari and React Native debugging.
🌐
Uploadcare
uploadcare.com › web performance category › optimizing apps using react developer tools
Optimizing apps using React Developer Tools | Uploadcare
March 27, 2025 - React DevTools come in the form of a browser extension for Chrome, Edge and Firefox, and as an npm package. In this tutorial, we’ll debug with Chrome. Download the extension from the Chrome Web Store to get started. For other browsers like Safari etc., install the react-devtools npm package and inject the script into your website’s <head> tag.
🌐
Brilworks
brilworks.com › blog › debugging-react-native-apps-tools-and-techniques
Complete React Native Debugging Guide: Methods & Tools
October 15, 2025 - Connect your device to your Mac via USB. Open Safari → Develop menu → Select your device → Pick the WebView to inspect. ... Inspect and edit DOM elements. View console logs.
🌐
Vuejs
devtools-v6.vuejs.org › guide › faq
Frequently Asked Questions | Vue Devtools
Try disabling other devtools extensions like React devtools.
🌐
Inspect
inspect.dev › products › app
Inspect App - Debug iOS Safari from Windows, Linux, or Mac
The same Chrome DevTools interface you use every day. No learning curve, no Safari quirks. ... Connect via USB or WiFi, see your device instantly. Set breakpoints and inspect the DOM immediately. ... One tool for Safari, Chrome, and WebViews on both platforms. Test everywhere from one place. ... Now it's possible to use React DevTools on mobile.
🌐
Medium
medium.com › @gabrieIa › implement-a-safari-ios-extension-with-react-step-by-step-268665c1c4dd
Implement a Safari iOS Extension with React Step-By-Step
March 20, 2025 - Create an interactive iOS Safari extension with React! Learn how to develop, configure, and deploy a complex web extension.
🌐
Stack Overflow
stackoverflow.com › questions › tagged › safari-web-inspector
Newest 'safari-web-inspector' Questions - Stack Overflow
safari-web-inspector · Johannes Fahrenkrug · 45.1k asked Aug 9, 2022 at 8:38 · 1 vote · 0 answers · 425 views · I know about the debugger keyword: it works as a breakpoint if the developer tools are already open. But is there a way to programmatically instruct the web browser to open the developer tools? I've ... javascript · google-chrome-devtools ·