JavaScript promise rejection: Loading CSS chunk katex failed. (error: https://git.viorsan.com/assets/css/katex.41d5cba5.css). Open browser console to see more details.
Find a file
Daniel Hååvi 80664d1a27
Restructure modules ()
* Move portbase into monorepo

* Add new simple module mgr

* [WIP] Switch to new simple module mgr

* Add StateMgr and more worker variants

* [WIP] Switch more modules

* [WIP] Switch more modules

* [WIP] swtich more modules

* [WIP] switch all SPN modules

* [WIP] switch all service modules

* [WIP] Convert all workers to the new module system

* [WIP] add new task system to module manager

* [WIP] Add second take for scheduling workers

* [WIP] Add FIXME for bugs in new scheduler

* [WIP] Add minor improvements to scheduler

* [WIP] Add new worker scheduler

* [WIP] Fix more bug related to new module system

* [WIP] Fix start handing of the new module system

* [WIP] Improve startup process

* [WIP] Fix minor issues

* [WIP] Fix missing subsystem in settings

* [WIP] Initialize managers in constructor

* [WIP] Move module event initialization to constrictors

* [WIP] Fix setting for enabling and disabling the SPN module

* [WIP] Move API registeration into module construction

* [WIP] Update states mgr for all modules

* [WIP] Add CmdLine operation support

* Add state helper methods to module group and instance

* Add notification and module status handling to status package

* Fix starting issues

* Remove pilot widget and update security lock to new status data

* Remove debug logs

* Improve http server shutdown

* Add workaround for cleanly shutting down firewall+netquery

* Improve logging

* Add syncing states with notifications for new module system

* Improve starting, stopping, shutdown; resolve FIXMEs/TODOs

* [WIP] Fix most unit tests

* Review new module system and fix minor issues

* Push shutdown and restart events again via API

* Set sleep mode via interface

* Update example/template module

* [WIP] Fix spn/cabin unit test

* Remove deprecated UI elements

* Make log output more similar for the logging transition phase

* Switch spn hub and observer cmds to new module system

* Fix log sources

* Make worker mgr less error prone

* Fix tests and minor issues

* Fix observation hub

* Improve shutdown and restart handling

* Split up big connection.go source file

* Move varint and dsd packages to structures repo

* Improve expansion test

* Fix linter warnings

* Fix interception module on windows

* Fix linter errors

---------

Co-authored-by: Vladimir Stoilov <vladimir@safing.io>
2024-08-09 18:15:48 +03:00
.github Improve CI Earthly targets 2024-07-19 15:40:31 +02:00
.vscode Migrate tauri from portmaster-ui to desktop/tauri. Update build system 2024-03-22 11:45:18 +01:00
assets Restructure modules () 2024-08-09 18:15:48 +03:00
base Restructure modules () 2024-08-09 18:15:48 +03:00
cmds Restructure modules () 2024-08-09 18:15:48 +03:00
desktop Restructure modules () 2024-08-09 18:15:48 +03:00
packaging Merge branch 'develop' into feature/tauri-beta-update 2024-07-04 13:47:09 +03:00
runtime Added missing .gitkeep file 2024-03-26 15:40:46 +01:00
service Restructure modules () 2024-08-09 18:15:48 +03:00
spn Restructure modules () 2024-08-09 18:15:48 +03:00
windows_kext [windows_kext] Bump version 2024-07-02 15:06:18 +02:00
.angulardoc.json Migrate tauri from portmaster-ui to desktop/tauri. Update build system 2024-03-22 11:45:18 +01:00
.earthlyignore Update ignore files 2024-08-01 14:17:01 +02:00
.gitattributes Add testing and CI integration 2019-10-25 13:36:11 +02:00
.gitignore Update ignore files 2024-08-01 14:17:01 +02:00
.golangci.yml Fix linting errors 2024-03-27 16:17:58 +01: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 Restructure modules () 2024-08-09 18:15:48 +03:00
go.mod Restructure modules () 2024-08-09 18:15:48 +03:00
go.sum Restructure modules () 2024-08-09 18:15:48 +03:00
LICENSE Consolidate different licenses to GPLv3 2024-03-28 14:08:03 +01:00
README.md Update README 2024-03-29 11:22:16 +01: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.

Download for Free

About Us

Portmaster User Interface

seen on:

    ghacks.net     Techlore     Lifehacker

Features

  1. Monitor All Network Activity
  2. Full Control: Block Anything
  3. Automatically Block Trackers & Malware
  4. Set Global & PerApp Settings
  5. Secure DNS (Doh/DoT)
  6. Record and Search Network Activity ($)
  7. Per-App Bandwidth Usage ($)
  8. SPN, our Next-Gen Privacy Network ($$)

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 in the dedicated wiki

Build Portmaster Yourself (WIP)

  1. Install Earthly CLI
  2. Install Docker Engine
  3. Run earthly +release
  4. Find artifacts in ./dist