
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@inspectdotdev/cli
Advanced tools
Inspect CLI is a Chrome DevTools Protocol adapter for WebKit on iOS that enables debugging websites and web views with Chrome DevTools and other CDP-compatible tools.
It's the command-line counterpart to Inspect, providing lower-level CDP endpoints for iOS debugging.
Inspect CLI is the spiritual successor to ios-webkit-debug-proxy, handling device communication, simulator discovery, and protocol mappings between WebKit and CDP.
Note: Inspect CLI is a commercial product that requires an Inspect Pro or Inspect Teams subscription.
npm install -g @inspectdotdev/cli
Start Inspect CLI by running
inspect
Key Features:
Before using Inspect CLI, you need to authenticate with your inspect.dev account:
# Login to your inspect.dev account
inspect login
# Logout when done
inspect logout
# Start Inspect with default settings
inspect
# Start with debug output
inspect --debug
# Use custom ports
inspect --ports 9221,9222
# Filter to specific device
inspect --device-id 4ea8dd11e8c4fbc1a2deadbeefa0fd3bbbb268c7
# Use custom DevTools frontend
inspect --frontend http://chrome-devtools-frontend.appspot.com/static/latest/devtools.html
# Disable telemetry
inspect --no-telemetry
# Enable debug mode (includes telemetry debug)
inspect --debug
| Command | Description |
|---|---|
inspect login | Login to inspect.dev using OAuth |
inspect logout | Logout from inspect.dev |
inspect | Start the debug server |
| Option | Short | Description | Default |
|---|---|---|---|
--ports | -p | Port assignment configuration | 9221,9222 |
--frontend | -f | Frontend source URL or path | devtools://devtools/bundled/inspector.html |
--device-id | -d | Filter to specific device ID | |
--debug | Enable verbose output and telemetry debug | false | |
--no-telemetry | Disable telemetry for this session | false | |
--help | Show help | ||
--version | Show version |
For iOS:
inspect
By default, Inspect CLI uses ports 9221 and 9222:
Change ports if needed:
inspect --ports 8221,8222
Use a different DevTools frontend:
inspect --frontend http://chrome-devtools-frontend.appspot.com/static/latest/devtools.html
Inspect CLI collects anonymous usage analytics to help improve the product. All telemetry data is processed through PostHog and follows our privacy policy.
You can disable telemetry in several ways:
# Disable for a single session
inspect --no-telemetry
To see what telemetry events are being sent:
inspect --debug
"Not authenticated" error:
inspect login
"Port already in use" error:
inspect --ports 8221,8222
iOS device not showing:
Telemetry issues:
--debug to see telemetry events being sent--no-telemetry to disable if causing issuesThis software is proprietary and requires a valid Inspect Pro or Inspect Teams subscription.
Made with ❤️ by the Inspect team.
FAQs
Chrome DevTools Protocol adaptor for Webkit on iOS
We found that @inspectdotdev/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.