Find a file
2023-06-14 10:22:32 +02:00
.github Fix golang-ci linter in CI 2023-04-13 16:35:54 +02:00
broadcasts Add current time to broadcast matching data 2023-02-14 13:36:28 +01:00
cmds Bump core version 2023-05-24 10:52:26 +02:00
compat Improve compatibility issue notifications 2023-04-27 16:58:54 +02:00
core Improve debug info order 2023-05-24 10:49:16 +02:00
detection/dga Fix tests and linters 2022-02-02 12:48:42 +01:00
firewall Fix linter errors 2023-04-25 14:37:29 +02:00
intel Add API endpoint to retrieve a list of country center coordinates 2023-05-24 10:37:38 +02:00
nameserver Switch to FilterConnection as main decision function 2022-10-13 11:23:08 +02:00
netenv Fix linter errors 2023-04-25 14:37:29 +02:00
netquery Make history module optional 2023-06-14 10:22:32 +02:00
network Improve debug info order 2023-05-24 10:49:16 +02:00
process Reduce running of background tasks on sleep mode 2023-04-19 17:47:16 +02:00
profile Make history module optional 2023-06-14 10:22:32 +02:00
resolver Merge pull request from safing/fix/things-for-0-14 2023-05-08 14:43:42 +02:00
status Update Go, deps and linter 2022-08-30 16:13:26 +02:00
ui Fix fs error handling 2022-10-11 14:49:06 +02:00
updates Add flags to specify custom update server 2023-04-20 12:56:41 +02:00
.ci-inject-internal-deps.sh Add SPN integration 2020-08-06 21:36:43 +02:00
.gitattributes Add testing and CI integration 2019-10-25 13:36:11 +02:00
.gitignore Add integrationtest utility 2023-04-25 14:25:43 +02:00
.golangci.yml Fix linter errors 2023-04-25 14:37:29 +02:00
.travis.yml Fix install cmd 2020-04-09 17:03:12 +02:00
AUTHORS Add AUTHORS notice 2019-01-24 15:58:58 +01:00
CODE_OF_CONDUCT.md Add CoC [off topic] 2019-10-25 13:36:32 +02:00
go.mod Update deps 2023-05-24 10:52:18 +02:00
go.sum Update deps 2023-05-24 10:52:18 +02:00
Gopkg.lock Fix slow nfq shutdown 2020-12-21 14:55:33 +01:00
Gopkg.toml Fix slow nfq shutdown 2020-12-21 14:55:33 +01:00
LICENSE Create LICENSE 2019-01-24 15:46:02 +01:00
pack Update pack scripts 2020-11-24 16:47:01 +01:00
README.md Change docs links to wiki links in README.md 2023-05-16 11:28:21 +02:00
test Disable cross compiling in test script 2023-05-08 13:23:18 +02:00
TESTING.md Add wip testing guide 2021-12-06 15:17:53 +01:00
TRADEMARKS Add TRADEMARKS notice 2019-01-24 16:33:00 +01:00

Get Peace of Mind
with Easy Privacy

Portmaster is a free and open-source application firewall that does the heavy lifting for you. Restore privacy and take back control over all your computer's network activity.

With great defaults your privacy improves without any effort. And if you want to configure and control everything down to the last detail - Portmaster has you covered too. Developed in the EU 🇪🇺, Austria.

Portmaster User Interface

Features

  1. Monitor All Network Activity
  2. Automatically Block Trackers & Malware
  3. Secure Your DNS Requests by Default
  4. Create Your Own Rules
  5. Set Global & perApp Settings
  6. FAQ

Download for Free

About Safing

As Seen on:

It's FOSS         ghacks.net     Techlore     Lifehacker

Technical Introduction

Portmaster is a privacy suite for your desktop OS.

Base Technology

  • Portmaster integrates into network stack using nfqueue on Linux and a kernel driver (WFP) on Windows.
  • Packets are intercepted at the raw packet level - every packet is seen and can be stopped.
  • Ownership of connections are (currently) found via /proc on Linux and the IP Helper API (iphlpapi.dll) on Windows.
  • Most settings can be defined per app, which can be matched in different ways.
  • Support for special processes with weird or concealed paths/actors:
    • Snap, AppImage and Script support on Linux
    • Windows Store apps and svchost.exe system services support on Windows
  • Everything is 100% local on your device. (except the SPN, naturally)
    • Updates are fully signed and downloaded automatically.
    • Intelligence data (block lists, geoip) is downloaded and applied automatically.
  • The Portmaster Core Service runs as a system service, the UI elements (App, Notifier) run in user context.
  • The main UI still uses electron as a wrapper :/ - but this will change in the future. You can also open the UI in the browser

Feature: Privacy Filter

  • Define allowed network scopes: Localhost, LAN, Internet, P2P, Inbound.
  • Easy rules based on Internet entities: Domain, IP, Country and more.
  • Filter Lists block common malware, ad, tracker domains etc.

Feature: Secure DNS

  • Portmaster intercepts "astray" DNS queries and reroutes them to itself for seamless integration.
  • DNS queries are resolved by the default or configured DoT/DoH resolvers.
  • Full support for split horizon and horizon validation to defend against rebinding attacks.

Feature: Safing Privacy Network (SPN)

  • A Privacy Network aimed at use cases "between" VPN and Tor.
  • Uses onion encryption over multiple hops just like Tor.
  • Routes are chosen to cover most distance within the network to increase privacy.
  • Exits are chosen near the destination server. This automatically geo-unblocks in many cases.
  • Exclude apps and domains/entities from using SPN.
  • Change routing algorithm and focus per app.
  • Nodes are hosted by Safing (company behind Portmaster) and the community.
  • Speeds are pretty decent (>100MBit/s).

Further Readings:

Documentation

All details and guides live in the dedicated wiki