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

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.