New Fluxzy v2 just shipped. Electron is out, Tauri is in. gRPC ready, 3x smaller install. Learn more

Download Fluxzy - Free Community Edition

Free, open-source HTTP/HTTPS debugging proxy for Windows, macOS, and Linux. Capture and inspect traffic, decrypt TLS, set breakpoints, and mock APIs.

Fluxzy Desktop

Full-featured HTTP debugger and network analyzer

Select your platform from the options below

Signed binaries Open source engine Free forever

1 .deb packages are for Debian-based distributions (Ubuntu, Mint, etc.)
2 .rpm packages are for Red Hat-based distributions (Fedora, CentOS, etc.)

Fluxzy CLI

Command-line HTTP debugging tool. Capture traffic, apply rules, and automate network analysis from your terminal.

Other installation methods

Docker
Run in container
Winget
Windows
Homebrew
macOS
npm
Cross-platform
GitHub
Releases
Standalone
ZIP binaries

Docker Installation

Run Fluxzy CLI in a lightweight container from Docker Hub.

docker run -it -p 44344:44344 fluxzy/fluxzy:latest --help

Winget Installation (Windows)

Install using the Windows Package Manager.

winget install Fluxzy.Fluxzy

Homebrew Installation (macOS)

Install using Homebrew, the missing package manager for macOS.

brew tap haga-rak/fluxzy && brew install fluxzy

npm Installation

Install the Fluxzy CLI globally via npm. Works on Windows, Linux, and macOS.

npm install -g @fluxzy/cli

Requires Node.js 16 or later.

GitHub Releases

Download the latest stable releases directly from the GitHub repository.

View Releases on GitHub

Standalone Binaries

Download and extract the ZIP file for your platform. No installation required.

.NET Packages

Integrate Fluxzy into your .NET applications. Available on NuGet for .NET Standard 2.1, .NET 6, and .NET 8.

Official NuGet packages provide full access to the Fluxzy engine for traffic capture, modification, and analysis in your own applications.

Frequently Asked Questions

Yes. Fluxzy is free and fully unlocked for personal use, with every feature available at no cost. The engine is open source, and the desktop app, CLI, and .NET packages can all be downloaded for free.

Fluxzy runs on Windows (7, 10, and 11 x64), macOS (both Intel and Apple Silicon), and Linux (Debian/Ubuntu .deb, Red Hat/Fedora .rpm, and AppImage). The CLI and .NET packages are fully cross-platform.

Every binary is published with a cryptographic checksum: SHA-256 for the desktop app and SHA-512 for the CLI. Click the fingerprint icon next to any download to copy its hash, then compare it against the file you downloaded. Desktop installers are also code-signed.

Yes. Windows installers and executables are code-signed with an Authenticode certificate, and macOS builds are signed and notarized by Apple. This means they run without SmartScreen or Gatekeeper warnings, and your operating system can confirm the binaries come from a verified publisher and have not been tampered with.

Use Fluxzy Desktop for an interactive interface to capture, inspect, and edit traffic. Use the CLI to automate captures, apply rules in scripts, or run Fluxzy on servers and in CI pipelines. Both share the same engine, so capture files are interchangeable.

Yes. The Fluxzy engine is open source and available on GitHub. You can review the code, build it from source, or embed it directly in your own .NET applications through the official NuGet packages.

Pick the method that fits your system: winget on Windows, Homebrew on macOS, npm or Docker for any platform, or a standalone binary. This page automatically recommends the best option for your detected operating system.