Modern fwbuilder successor: Qt GUI for managing iptables/nftables policies. Centralized policy DB with reusable objects, scales to hundreds of firewalls, generates deployment-ready shell scripts. • made by Linuxfabrik
FirewallFabrik is a modern successor to Firewall Builder (fwbuilder), preserving its core design philosophy while updating it for current firewall technologies. It is a Qt-based GUI that manages firewall policies for multiple platforms, including iptables and nftables, from a single unified interface. All objects, rules, and device definitions are stored in a centralized policy database, allowing consistent reuse of services, networks, and rule sets. This architecture scales cleanly from a handful of devices to hundreds of firewalls, all managed from one policy file and one UI, with platform-specific configuration generated automatically.
This project was developed with the assistance of Claude Code by Anthropic.
Make sure to include the [gui] extra to pull in PySide6 for the graphical interface.
The recommended way to install FirewallFabrik. You can run it without a permanent install:
uvx --from 'firewallfabrik[gui]' fwfOr install it as a tool:
uv tool install 'firewallfabrik[gui]'To test a pre-release version, either allow pre-releases or pin a specific RC version:
uvx --from 'firewallfabrik[gui]' --prerelease allow fwf
uvx --from 'firewallfabrik[gui]==<version>' --prerelease allow fwf
uv tool install 'firewallfabrik[gui]' --prerelease allow
uv tool install 'firewallfabrik[gui]==<version>' --prerelease allowIf your system Python is older than 3.14 (typical on macOS or RHEL 8/9), prepend --python 3.14 so uv fetches a matching interpreter:
uvx --python 3.14 --from 'firewallfabrik[gui]' --prerelease allow fwfFor the full installation guide (pipx, pip, development setup, native themes, desktop integration), see the User Guide: Installing FirewallFabrik.
Full documentation is available at linuxfabrik.github.io/firewallfabrik. It is automatically built and deployed on every push to main.
Some comments from the community about our successor to FirewallBuilder:
First of all, we're so glad that there's finally a successor to Firewall Builder. Great porting job, guys! We've been using Firewall Builder on macOS to generate iptables firewalls for our various servers we're running out there. But with the ascent of nftables we began fearing that we might run into a problem in the future. Running FirewallFabrik under macOS works without a fuzz...
-- Jürgen Nagel
... Danke, das Du/Ihr FirewallFabrik ins Leben gerufen habt! Ich liebe FirewallBuilder und finde es wirklich ganz toll, ein Nachfolgeprodukt in FirewallFabrik gefunden zu haben. nftables-Unterstützung ist SUPER!
Thank you for this software, I loved FirewallBuilder, I imagine I'll love this one too.
# Copyright (C) 2026 Linuxfabrik <info@linuxfabrik.ch>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# On Debian systems, the complete text of the GNU General Public License
# version 2 can be found in /usr/share/common-licenses/GPL-2.
# SPDX-License-Identifier: GPL-2.0-or-later