New Fluxzy 2.0 just shipped. Electron is out, Tauri is in. Fresh design, 68% 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
Script
curl / PowerShell
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

Installation Scripts

One-liner installation for your platform. Run the same command to update.

PowerShell (Run as Administrator)
iex (Invoke-RestMethod -Uri 'https://fluxzy.io/install/script/windows/latest')
Bash
curl -sL https://fluxzy.io/install/script/linux/latest | bash
Bash
curl -sL https://fluxzy.io/install/script/macos/latest | bash

You may need to reload your terminal after installation.

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.