OpenSnitch is a GNU/Linux application firewall.
Installation and configuration
Please, refer to the documentation for detailed information.
| Sep | OCT | Nov |
| 09 | ||
| 2021 | 2022 | 2023 |

OpenSnitch is a GNU/Linux port of the Little Snitch application firewall
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Up until now, the daemon communicated with the GUI via a unix socket, stored in /tmp. /tmp however can be erased at any time (tmpreaper, systemd-tmpfiles.d), which may lead to remove our unix socket file, and hence losing connectiong with the daemon. Now the user has the option to store the socket file under /run/user/$uid/opensnitch/ https://www.linuxbase.org/betaspecs/fhs/fhs.html#runRuntimeVariableData In the future we may switch to this path by default.
915b325
OpenSnitch is a GNU/Linux application firewall.
Please, refer to the documentation for detailed information.
OpenSnitch is a GNU/Linux port of the Little Snitch application firewall