Roadmap

Can't find the feature you're looking for? Join our Discord and let us know!

In Development

Filter Rules

Create filter rules with one or more conditions to get a clearer view of your recorded traffic. Conditions can be created by either selecting a property, operator and entering a value or by defining a JavaScript function to determine if a request should get filtered out. You can combine both no-code and code-based conditions to create a filter rule.

Coming Soon

Custom HTTP Archive Format

There is currently no format that is efficient in size or offers more than a few fields of information to detail requests.

Bookmarks

Create bookmarks to requests and other locations for faster and smoother navigation.

Multi-window Support

Allows you to detach sections and sessions from windows and create new windows from them.

Improved Keyboard Navigation and Shortcuts

Allows you to smoothly navigate the app using your keyboard with additional support for customizable keyboard shortcuts.

Compose Requests

Create, edit, replay and send HTTP/S requests with full control over the underlying protocols settings including TLS and HTTP/2.

WebView Viewer

View documents like HTML pages rendered in a WebView directly within powhttp.

Data API

Access sessions, entries and their contents through an HTTP API that is running locally on your machine.

Invisible Proxying

Proxy HTTP/S traffic from clients that don't support custom proxy servers by redirecting DNS entries to the powhttp proxy server, allowing it to handle direct requests.

Highlight Requests

Highlight requests in different colors for quick visual categorization.

Modify Requests

Gives you the ability to patch requests and responses on the fly by defining rules or custom JavaScript functions which can modify dynamically.

Extensions

Extend the functionality of powhttp by adding extensions to the app. You can create your own extensions or install extensions published by other users.

SOCKS5 Support

Connect to the powhttp proxy server via the SOCKS5 protocol.

Shipped

Better Root Certificate Management

September 2, 2025 · v0.96.0

Shows you a warning once your root certificate expires and prevents TLS proxying until resolved.

Persistent UI State

August 31, 2025 · 0.94.0

Persists the UI state between app launches. Everything from tile positions to which requests were selected gets saved and restored upon reopening.

Compare Requests

July 26, 2025 · 0.88.0

Select two requests and view differences in request, response, WebSocket messages and TLS messages between the two.

GraphQL Support

June 25, 2025 · v0.81.0

Gives you the ability to view GraphQL queries with syntax highlighting.

Drag and Drop Imports

June 21, 2025 · v0.82.0

Makes it possible to import and view requests by dragging and dropping .har, .chls or .chlsj files into powhttp.

Charles Proxy JSON Session Support

June 14, 2025 · v0.79.0

Allowing you to import and inspect requests from .chlsj files.

Browser Launcher

June 5, 2025 · v0.78.0

Launch browsers with pre-configured proxy settings and record traffic from these isolated instances. powhttp automatically detects which compatible browsers you have installed so you can just select one and start recording.

Split Search and Filter

May 13, 2025 · v0.74.0

Allows you to write two separate queries. Before this change it was only possible to search and filter using the same query. Now you can write one query to filter and a different one to search in the filtered results.

Scripting Engine

May 13, 2025 · v0.74.0

Enables writing custom logic in JavaScript to extend powhttp's functionality in a flexible and easy way.

Process Details

April 27, 2025 · v0.70.0

Shows the name, PID and icon of the app sending the request.

New Updater

March 5, 2025 · 0.57.0

Downloads new updates in the background and installs them when closing or restarting the app.

Persistent Sessions

March 1, 2025 · 0.56.0

Saves sessions locally when closing the app and restores them upon reopening.

Open with powhttp

February 3, 2025 · v0.51.0

Makes it possible to open .har and .chls files from the file explorer and to quickly double-clicking the file if powhttp is set as the default application for these file types.

Custom Themes

December 16, 2024 · v0.46.0

Allows you to add custom themes by placing them in a dedicated themes directory which is loaded at startup. Comes with documentation for how to structure theme files and where to place them for each operating system powhttp supports.

Tile Layout

November 13, 2024 · v0.41.0

Makes it possible to drag and drop sections of the app where you want and adds tabs so you can put multiple sections in the same area if you want to save screen space.

Structured View

November 13, 2024 · v0.41.0

View requests organized by path and domain as a tree structure so you can search for requests within a specific domain and path more easily.

Raw Viewer

October 16, 2024 · 0.40.0

Allows you to view requests and responses formatted as a HTTP/1.1 message.

Websocket Support

October 8, 2024 · v0.39.0

Gives you the ability to view websocket messages exchanged between the client and the server.

In-depth HTTP/2 Details

September 30, 2024 · 0.38.0

Allows you to view HTTP/2 frames sent between both parties helping you debug streams more easily.

In-depth TLS Details

September 23, 2024 · 0.33.0

Allows you to view TLS records sent between both parties (e.g. client and server hello) and see what parameters were used to establish the secure connection.

Copy Request

August 23, 2024 · v0.26.0

Generates and copies to clipboard code which sends the request with all its headers and content like it was received for language and shell clients like cURL, Go, NodeJS, Python and more.

Hex Viewer

August 8, 2024 · v0.22.0

Allows you to view request and response bodies hex and ascii encoded side-by-side.

Image Viewer

August 7, 2024 · v0.20.0

Adding a new "Image" section for response bodies which displays the returned data as jpeg, png, gif, webp, svg or avif depending on the media type set in the response headers.

103 Early Hints

August 3, 2024 · v0.18.0

Support for 103 Early Hints responses where essentially two responses are getting sent from the server side, one returning early hints and one with the actual response for the request.

Charles Proxy Session Support

August 1, 2024 · v0.17.0

Allowing you to import and inspect requests from .chls files.

Appearance Customization

July 18, 2024 · v0.12.0

Allows you to switch between different themes and choose which fonts are used to display text in the app.

External Proxy Support

July 2, 2024 · v0.11.0

Route traffic to an external proxy server specified in the session settings. Support also includes username password authentication.

Transparent Proxying

June 29, 2024 · 0.1.0

Intercept TLS traffic while preserving original algorithms and parameters, modifying only what's necessary for traffic decryption. This requires support for both cutting-edge technologies (including post-quantum cryptography) and legacy algorithms to ensure full coverage for whatever scenario you are dealing with.