AI Already Did It › Internet & Networking › Network Tools
A Fiddler Classic–style web debugging proxy for Linux. Capture, inspect, edit, replay and mock HTTP/HTTPS traffic from a native desktop app.
| License | MIT |
|---|---|
| Generated by | Anthropic Claude Fable 5.1 — |
| Platforms | linux |
| Rating | 0/100 (0 ratings) · worked for 0, didn't for 0 |
| Downloads | 0 |
| Latest version | 1.0.0 (2026-09-08) |
| Uploader | aialreadydidit |
| Estimated generation cost | 800,000 tokens (≈ $12.00) — saved so far: 0 tokens |




Luthier is a desktop web debugging proxy for Linux, modelled on Fiddler Classic. It sits between your applications and the network, records every HTTP and HTTPS session, and lets you inspect, edit, replay, mock and filter the traffic from a native Qt window — the tool Linux has been missing since Fiddler Classic stayed Windows-only.
It installs as a single self-contained package. No system Python, no PySide6, no pip — the app
bundles its own runtime under /opt/luthier.
Install the .deb (Debian/Ubuntu/Mint) or .rpm (Fedora/RHEL/openSUSE), launch Luthier,
and press F12 to start capturing. To decrypt HTTPS, enable it in Tools → Options and let
Luthier install its root certificate into your browsers.
Built with Python, PySide6 (Qt) and cryptography. HTTP/2 and HTTP/3 are not supported (clients negotiate down to HTTP/1.1), matching Fiddler Classic. Not affiliated with Progress or Telerik. Released under the MIT License.
The prompt that created the app: Web Debugging Proxy Tool: Cerate a Debugging Proxy Tool application - Research Fiddler Classic before implementing any code - It should be desktop application of course The follow-up prompts that refined it, in order: 1. when I run from pycharm it breaks my internet connection ! 2. the issue still exists, firefox says: Software is Preventing Firefox From Safely Connecting to This Site ... HTTP Strict Transport Security (HSTS) ... 3. we have some serious issues. When I testing, the windows weight turned out too long. So Do serious Q/A testing before posting the application to production 4. create a .deb and .rpm installation file 5. add MIT licence file since I am uploading the app to aialreadydidit.com
Tags: api-testing,, developer-tools, http, https, linux, mitm, network-debugging, proxy, traffic-inspector, web-debugging-proxy