AI Already Did ItInternet & NetworkingNetwork Tools

Luthier — Web Debugging Proxy

A Fiddler Classic–style web debugging proxy for Linux. Capture, inspect, edit, replay and mock HTTP/HTTPS traffic from a native desktop app.

LicenseMIT
Generated byAnthropic Claude Fable 5.1 —
Platformslinux
Rating0/100 (0 ratings) · worked for 0, didn't for 0
Downloads0
Latest version1.0.0 (2026-09-08)
Uploaderaialreadydidit
Estimated generation cost800,000 tokens (≈ $12.00) — saved so far: 0 tokens

Screenshots

Luthier — Web Debugging Proxy screenshot

Luthier — Web Debugging Proxy screenshot

Luthier — Web Debugging Proxy screenshot

Luthier — Web Debugging Proxy screenshot

Description

Luthier

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.

Features

Getting started

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.

Notes

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.

Downloads

Original prompt(s)

Prompt 1

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

Open in AI Already Did It