Find a file
2024-03-26 15:40:46 +01:00
.github Remove CodeQL workflow 2023-12-15 14:08:21 +01:00
.vscode Migrate tauri from portmaster-ui to desktop/tauri. Update build system 2024-03-22 11:45:18 +01:00
assets Migrate notifier from portmaster-ui to cmds/notifier, remove some duplicated code, move assets to assets/data and add a small go package in assets to allow embedding icons 2024-03-20 11:10:32 +01:00
cmds Update Earthfile to hopefully get cross-compilation for rust to work 2024-03-26 15:38:47 +01:00
desktop Update Earthfile to hopefully get cross-compilation for rust to work 2024-03-26 15:38:47 +01:00
packaging wip: migrate to mono-repo. SPN has already been moved to spn/ 2024-03-20 09:45:32 +01:00
runtime Added missing .gitkeep file 2024-03-26 15:40:46 +01:00
service wip: migrate to mono-repo. SPN has already been moved to spn/ 2024-03-20 09:45:32 +01:00
spn wip: migrate to mono-repo. SPN has already been moved to spn/ 2024-03-20 09:45:32 +01:00
.angulardoc.json Migrate tauri from portmaster-ui to desktop/tauri. Update build system 2024-03-22 11:45:18 +01:00
.earthlyignore Migrate tauri from portmaster-ui to desktop/tauri. Update build system 2024-03-22 11:45:18 +01:00
.gitattributes Add testing and CI integration 2019-10-25 13:36:11 +02:00
.gitignore Migrate tauri from portmaster-ui to desktop/tauri. Update build system 2024-03-22 11:45:18 +01:00
.golangci.yml Update golangci-lint config 2023-07-20 14:05: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
Earthfile Update Earthfile to hopefully get cross-compilation for rust to work 2024-03-26 15:38:47 +01:00
go.mod Migrate notifier from portmaster-ui to cmds/notifier, remove some duplicated code, move assets to assets/data and add a small go package in assets to allow embedding icons 2024-03-20 11:10:32 +01:00
go.sum Migrate notifier from portmaster-ui to cmds/notifier, remove some duplicated code, move assets to assets/data and add a small go package in assets to allow embedding icons 2024-03-20 11:10:32 +01:00
LICENSE Create LICENSE 2019-01-24 15:46:02 +01:00
pack wip: migrate to mono-repo. SPN has already been moved to spn/ 2024-03-20 09:45:32 +01:00
README.md Update README.md 2024-02-23 14:01:12 +01: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 Windows and Linux desktop.

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 is found using eBPF and /proc on Linux and a kernel driver 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: 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: 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: Network History ($)

  • Record connections and their details in a local database and search all of it later
  • Auto-delete old history or delete on demand

Feature: Bandwidth Visibility ($)

  • Monitor bandwidth usage per connection and app

Feature: SPN - Safing Privacy Network ($)

  • 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 Reading: SPN Whitepaper

Documentation

All details and guides live in the dedicated wiki