OpenSnitch
github.com/evilsocket/opensnitch LinuxMakes internet connections from all apps visible, allowing you to block or manage traffic on a per-app basis. GNU/Linux port of the Little Snitch application firewall.
- Homepage: github.com/evilsocket/opensnitch
- GitHub: github.com/evilsocket/opensnitch
- Web info: web-check.xyz/check/github.com
OpenSnitch Source Code
Author
Description
OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
Homepage
License
GPL-3.0
Created
16 Apr 17
Last Updated
29 Jul 26
Latest version
Primary Language
Python
Size
20,747 KB
Stars
13,918
Forks
653
Watchers
13,918
Language Usage
Star History
Top Contributors
-
@gustavo-iniguez-goya (1722)
-
@evilsocket (278)
-
@adisbladis (42)
-
@nvandamme (19)
-
@tioguda (15)
-
@themighty1 (12)
-
@MarkoShiva (8)
-
@Northern-Lights (8)
-
@ovari (6)
-
@0xacb (6)
-
@munix9 (5)
-
@atriwidada (4)
-
@omern1 (4)
-
@petterreinholdtsen (4)
-
@intika (3)
-
@gnuhead-chieb (3)
-
@staticssleever668 (3)
-
@SpencerIsGiddy (3)
-
@raphting (3)
-
@ckuethe (3)
-
@raboof (3)
-
@ariel-anieli (3)
-
@luzpaz (2)
-
@ryan-steed-usa (2)
-
@jermanuts (2)
-
@freddii (2)
-
@WojtekWidomski (2)
-
@tredondo (2)
-
@Ph0rkoz (2)
-
@p- (2)
-
@nberlee (2)
-
@melizeche (2)
-
@zackslash (2)
-
@kudashevs (2)
-
@jmymay (2)
-
@LordGrimmauld (2)
-
@davide125 (2)
-
@carlosotgz (2)
-
@chncaption (1)
-
@calesanz (1)
-
@alice945 (1)
-
@wcrigger (1)
-
@lahdekorpi (1)
-
@Timur13240 (1)
-
@deenle (1)
-
@szimszon (1)
-
@Sisyphus1813 (1)
-
@Scrumplex (1)
-
@ryanolton (1)
-
@nnsee (1)
-
@PeterDaveHello (1)
-
@abuturabofficial (1)
-
@cinerea0 (1)
-
@craftyguy (1)
-
@deathtrip (1)
-
@e3dio (1)
-
@google-labs-jules[bot] (1)
-
@jackffmm (1)
-
@ofrancois (1)
-
@ponychicken (1)
-
@redanaheim (1)
-
@richardburleigh (1)
-
@sadyqowl1560 (1)
-
@workturnedplay (1)
-
@xenDE (1)
-
@hohenstaufen (1)
-
@cyphar (1)
-
@Andrew15-5 (1)
-
@benjaoming (1)
-
@boramalper (1)
-
@jacobculley (1)
-
@lamby (1)
-
@SparxySys (1)
-
@Damglador (1)
-
@Dandan336 (1)
-
@da2x (1)
-
@kant (1)
-
@Huoxi-any (1)
-
@JeremyMahieu (1)
-
@JohnBlood (1)
-
@ddogfoodd (1)
-
@lfdominguez (1)
-
@marcpinolpique (1)
-
@mjholub (1)
-
@markozajc (1)
-
@C0rn3j (1)
-
@MEschenbacher (1)
-
@MiWCryptAnalytics (1)
-
@NP-Hardass (1)
-
@NRGLine4Sec (1)
-
@NormPlum (1)
-
@ansell (1)
Recent Commits
-
Gustavo Iñiguez Goia (26 Jul 26)
ui: fixed crash calling undefined variable
-
Gustavo Iñiguez Goia (24 Jul 26)
ui: improved selecting the last row
-
Gustavo Iñiguez Goia (23 Jul 26)
ui: added missing variable
-
Gustavo Iñiguez Goia (23 Jul 26)
ui: improved rows selection/pagination - fixed pagination when the last result set contains fewer rows than the view can display and the user navigates back to the previous page. and the user goes back to the previous batch of results. - selectItem: don't try to select rows with empty data.
-
Gustavo Iñiguez Goia (22 Jul 26)
ui: fixed fw rules contextual menu
-
Gustavo Iñiguez Goia (22 Jul 26)
ui: improved rules/alerts deletion - deselect selected rules/alerts after deleting them. - display a different question to delete alerts.
-
Gustavo Iñiguez Goia (22 Jul 26)
ui: minor change to virustotal plugin Display the sources that flagged an item (ip, domain, hash) taking into account the number of suspicious results.
-
Gustavo Iñiguez Goia (20 Jul 26)
ui: improved setting currentIndex for keyboard navigation When selecting rows with the mouse, update the current index to the first or last row of the selection range, depending on the selection direction (up/down). This allows keyboard-based selection expansion and shrinking to work correctly without losing the existing selection.
-
Gustavo Iñiguez Goia (19 Jul 26)
ui: improved row navigation+selection using keyboard. - fixed navigating results with keys up/down and pageUp/Down. - improved selecting/handling rows with shift + ctrl. in both cases taking pagination into account.
-
Gustavo Iñiguez Goia (08 Jul 26)
ui: fixed setting scrollbar value when rows were selected Partially fixed a bug setting views limit, when the user had selected several rows. The issue occured in this scenario: - the user selected several rows in a view. - switched to a different view. - returned to the previous view. - the query was properly configured with the limits but returned all results from the db. - as a result, the scrollbar didn't respect the configured limit, and instead, it was configured according to the total number of results of the db. Now if the number of results exceed the view/query limit and the query limit is not 0 (show all results), we'll use the query limit as the maximum number of rows of the view. We should verify that the query returns the expected number of results.
-
Gustavo Iñiguez Goia (08 Jul 26)
ui: improved selecting rows with key Up/Down
-
Gustavo Iñiguez Goia (08 Jul 26)
Merge pull request #1604 from tredondo/fix/getclientconfig-rules-race daemon: fix data race in getClientConfig iterating rules during load
-
Gustavo Iñiguez Goia (08 Jul 26)
ui: improved tab navigation improved tab navigation (#1625) by skipping hidden tabs.
-
Gustavo Iñiguez Goia (08 Jul 26)
Merge pull request #1625 from kudashevs/feature/tab_navigation_shortcuts ui: add navigation between tabs
-
Gustavo Iñiguez Goia (08 Jul 26)
Merge pull request #1622 from kudashevs/feature/trailing fix: remove trailing spaces
-
Gustavo Iñiguez Goia (07 Jul 26)
Merge pull request #1616 from workturnedplay/patch-1 fix "font rendering" due to 000-allow-localhost6.json 's description
-
Gustavo Iñiguez Goia (07 Jul 26)
ui: removed debugging messages
-
Gustavo Iñiguez Goia (06 Jul 26)
Bump packages version to v1.9.0
-
Gustavo Iñiguez Goia (06 Jul 26)
updated fw port tests
-
Gustavo Iñiguez Goia (06 Jul 26)
ui: removed more undefined variables Following #1613, removed some more undefined variables.
-
Gustavo Iñiguez Goia (06 Jul 26)
fixed "non-constant format string" error
-
Gustavo Iñiguez Goia (06 Jul 26)
Bumped cilium/ebpf version to 0.22 - added compatibility with Linux 7.1 and above. - global BTF cache no longer enabled by default, which should reduce daemon mem usage by ~20MB. https://github.com/cilium/ebpf/releases#release-v0.22.0
-
Gustavo Iñiguez Goia (05 Jul 26)
minor performance improvements Replaced calls Sprint/Sprintf in hot paths with internal ConcatStrings, improving string concatenation performance by approximately ~2x-~10x.
-
Gustavo Iñiguez Goia (05 Jul 26)
ui: fixed crash showing notifications fixed by tuna4ll in #1627. Closes: #1613
-
Gustavo Iñiguez Goia (03 Jul 26)
fixed minor leak when logging debug messages
-
Gustavo Iñiguez Goia (03 Jul 26)
ui: fixed crash pressing space key
-
Gustavo Iñiguez Goia (23 Jun 26)
ui: removed unused systray icon to save some memory.
-
Gustavo Iñiguez Goia (23 Jun 26)
ui: fixed Highlight plugin crash when colorizing rows
-
Gustavo Iñiguez Goia (21 Jun 26)
ui: allow to close main window tabs Now users can decide if show or hide main window tabs. There's no much difference on mem usage (if any at all, at least for now).
-
Gustavo Iñiguez Goia (18 Jun 26)
ui: reduce mem usage when using the ASN database Previously we loaded the ASN database unconditionally if the package pyasn was installed, in order to lookup the network name associated with an IP address. As a result, the database was loaded into memory, even if you never opened the Address tab, which we assume is not that common. Now the DB will only be loaded when clicking on the Address tab, and will be unloaded when closing the main window (loading the DB for the first time takes a few milliseconds, or less). This change reduces the memory usage by approximately 150MB of RAM for most users that have the pyasn package installed. Also: - removed unused imports. - imports reordered.
OpenSnitch Security
OpenSnitch Reviews
More Firewalls
-
AFWall+
(Android - Rooted)
xdaforums.com/t/5-0-root-3-6-0-afwall-iptables-firewall-28-aug-2023.1957231Android Firewall+ (AFWall+) is an advanced iptables editor (GUI) for rooted Android devices, which provides very fine-grained control over which Android apps are allowed to access the network.
-
BunkerWeb is an open-source Next-Generation Web Application Firewall (WAF). It provides easy protection for your web services and is designed to remain secure by default. It integrates seamlessly with modern environments (Docker, Kubernetes, Linux, etc.).
-
Open source GUI firewall for Linux, allowing you to block internet access for certain applications. Supports both simple and advanced mode, GUI and CLI options, very easy to use, lightweight/ low-overhead, under active maintenance and backed by a strong community.
-
IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux. Easy to install on a raspberry Pi, since it is lightweight and heavily customizable.
-
A very polished application firewall, allowing you to easily manage internet connections on a per-app basis. (Mac OS)
Not Open Source -
Firewall app for iPhone, allowing you to block any connection to any domain.
Not Open Source -
Free, open source macOS firewall. It aims to block unknown outgoing connections, unless explicitly approved by the user.
-
Provides simple and advanced ways to block access to the internet. Applications and addresses can individually be allowed or denied access to Wi-Fi and/or mobile connection.
-
Enterprise firewall and router for protecting networks, built on the FreeBSD system.
-
An open-source ad-blocker and firewall app for Android 6+ (does not require root).
-
An open source firewall tool for Linux that builds upon the Netfilter system built into the Linux kernel, making it easier to manage more complex configuration schemes with iptables.
-
Tool to control Windows Filtering Platform (WFP), in order to configure detailed network activity on your PC. (Windows)
-
The ufw (Uncomplicated Firewall) is a GUI application and CLI, that allows you to configure a firewall using
iptablesmuch more easily.
About the Data: OpenSnitch
API
You can access OpenSnitch's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/opensnitch The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share OpenSnitch
Help your friends compare Firewalls, and pick
privacy-respecting software and services.
Share OpenSnitch and Awesome Privacy with your network!