Raycast extension

Toggle recording and the system proxy, search flows, flip settings and export HAR without leaving Raycast.

Mac

WireLens for Raycast puts the things you reach for most behind a keystroke.

CommandWhat it doesNeeds the app running
Toggle RecordingStarts or stops captureYes
Toggle System ProxyPoints this Mac's HTTP and HTTPS proxy at WireLens, or restores itYes
Search FlowsSearches host, path, method and status; opens a flow in WireLens or copies it as cURLOnly to open a flow
Toggle SettingDecrypt HTTPS, breakpoints, HTTP/3, caching, pinned-host passthroughNo
Export HARWrites the capture to a .har fileNo
Clear Captured TrafficDeletes every captured flow, after confirming the countYes

Settings take effect on the next request, because the proxy re-reads its configuration for every exchange. Nothing needs a restart.

How it works#

Every command runs the wirelens command line tool. The extension never opens the capture store itself, which keeps it from ever interfering with a capture in progress, and anything that changes capture state is a request to the app, the same way the command line does it. With WireLens closed, those commands say so and offer to open it.

The extension looks for the tool in this order: its own preference, $WIRELENS_CLI, /usr/local/bin/wirelens, /opt/homebrew/bin/wirelens, then inside WireLens.app in /Applications or ~/Applications.

Availability#

The extension is being prepared for the Raycast Store. This page will link to it as soon as it is listed.

Something here is unclear, or wrong for your setup? Contact support or write to support@wirelens.app.