henrypp/simplewall

Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 7th, 2026
Created on August 18th, 2016
Open Issues & Pull Requests: 142 (-1)
GitHub issues: Enabled
Number of forks: 649
Total Stargazers: 8,928 (+0)
Total Subscribers: 132 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.9 hours
Mean response time: 36.2 days
90th percentile: 90.3 days
Tracked items: 245

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "false_positive" is answered fastest, typically in under an hour, while "feature" waits about 2 days. Only 6% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 81
New in 7 days: 2
Closed in 7 days: 3
Avg open age: 511 days
Stale 30+ days: 67
Stale 90+ days: 54

Recent activity

Opened in 7 days: 2
Closed in 7 days: 3
Comments in 7 days: 2
Events in 7 days: 5

Top labels

  • bug (90)
  • question (77)
  • feature (49)
  • duplicate (38)
  • false_positive (10)
  • invalid (5)
  • telepathy required (2)
  • help wanted (1)

Detailed Description

Simplewall is a Windows firewall configuration tool that manages network activity through the Windows Filtering Platform.

The tool addresses the need for granular control over network traffic on Windows systems by providing a user interface to configure WFP, which is the underlying filtering engine built into Windows. Rather than relying solely on Windows Defender Firewall's default interface, simplewall exposes WFP's capabilities to allow users to define detailed rules governing which applications and services can access the network. The approach works by translating user-defined rules into WFP filter configurations that the operating system enforces at the network stack level.

Simplewall suits users who need fine-grained firewall control beyond what the standard Windows Firewall interface provides, particularly those managing multiple applications or concerned about unauthorized network access by system processes. It is designed for Windows systems running on both standard x64 and ARM64 architectures. The tool is open source, making it suitable for users who prefer to review the code or modify it for their specific needs. Those seeking a lightweight alternative to third-party firewall solutions or users who want direct access to WFP configuration without additional abstraction layers would find this tool relevant.

The project shows active maintenance with regular updates addressing both functionality and stability. Development activity includes ongoing refinement of the rule configuration system and compatibility improvements across supported Windows architectures. The codebase remains focused on its core mission of WFP configuration without scope creep into unrelated features.