2018-09-14 16:10:36 +02:00
|
|
|
|
---
|
2019-11-08 15:24:42 +01:00
|
|
|
|
layout: page
|
2022-10-17 10:57:47 +02:00
|
|
|
|
title: Safing Portmaster - Easy Privacy
|
2022-10-12 13:25:32 +02:00
|
|
|
|
redirect_from:
|
|
|
|
|
- /portmaster/
|
2022-10-17 10:58:24 +02:00
|
|
|
|
- /technology/
|
2018-09-14 16:10:36 +02:00
|
|
|
|
---
|
2019-10-23 17:46:49 +02:00
|
|
|
|
|
2022-10-19 12:19:34 +02:00
|
|
|
|
<header class="header-two-container mt-20">
|
2022-10-12 13:03:48 +02:00
|
|
|
|
<div class="header-two-top">
|
|
|
|
|
<h1 class="header-two-top-title" style="max-width: 700px;">
|
|
|
|
|
Get Peace of Mind with<br>
|
|
|
|
|
Easy Privacy
|
|
|
|
|
</h1>
|
|
|
|
|
<p class="header-two-top-desc">
|
|
|
|
|
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.
|
|
|
|
|
</p>
|
|
|
|
|
<div class="flex space-x-8 items-center justify-center">
|
|
|
|
|
<div class="space-x-8 items-center flex">
|
2024-02-01 13:34:24 +01:00
|
|
|
|
<a href="https://www.heise.de/tests/Datenschutz-Firewall-Portmaster-im-Test-9611687.html" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/heise_online.svg" style="height: 40px;"></a>
|
|
|
|
|
<a href="{{ site.seen_techlore_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/techlore.png"></a>
|
2022-10-12 13:03:48 +02:00
|
|
|
|
</div>
|
|
|
|
|
<div class="hidden lg:block">
|
|
|
|
|
{% include download_button.html unique_id="1" %}
|
|
|
|
|
</div>
|
2024-02-01 13:34:24 +01:00
|
|
|
|
<a href="{{ site.seen_itsfoss_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/itsfoss.png"></a>
|
2022-10-12 13:03:48 +02:00
|
|
|
|
<div class="space-x-8 items-center flex">
|
2022-10-25 12:21:28 +02:00
|
|
|
|
<a href="{{ site.seen_ghacks_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}external/ghacks.png"></a>
|
2022-10-12 13:03:48 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex space-x-2 max-w-max mx-auto" style="margin-top: 10px;">
|
|
|
|
|
<div class="flex items-center" style="margin-left: -19px;">
|
|
|
|
|
<div class="flex items-center">
|
|
|
|
|
<span class="block">Version:</span>
|
2023-03-07 14:28:37 +01:00
|
|
|
|
<img src="{{ site.img_shields_io_release_url }}" style="filter: invert(1); width: 80px; height: 38px; margin-left: -8px;">
|
2022-10-12 13:03:48 +02:00
|
|
|
|
</div>
|
|
|
|
|
<div class="flex items-center">
|
|
|
|
|
<span class="block">Github Stars:</span>
|
2023-03-07 14:28:37 +01:00
|
|
|
|
<img src="{{ site.img_shields_io_stars_url }}" style="filter: invert(1); width: 70px; height: 38px; margin-left: -8px;">
|
2022-10-12 13:03:48 +02:00
|
|
|
|
</div>
|
2023-02-15 10:50:59 +01:00
|
|
|
|
</div>
|
2022-10-12 13:03:48 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="header-two-bottom" style="margin-top: 2rem; position: relative;">
|
|
|
|
|
<div class="element-x-center max-w-max mx-auto">
|
2022-10-19 14:06:26 +02:00
|
|
|
|
<video muted loop autoplay width="auto" height="auto" poster="{{ site.assets_url }}img/page-specific/landing/portmaster-thumbnail.png">
|
2022-10-27 16:44:04 +02:00
|
|
|
|
<source src="{{ site.assets_server_url }}video/landing_page/portmaster_tour.webm" type="video/webm" style="object-fit: cover; border-radius: 12px;">
|
2022-10-12 13:03:48 +02:00
|
|
|
|
</video>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-10-18 16:20:29 +02:00
|
|
|
|
<div class="header-bg">
|
2022-10-17 14:22:14 +02:00
|
|
|
|
<div class="wave-container" style="z-index: -1; bottom: unset; top: 440px; opacity: .45;">
|
2022-10-17 12:36:18 +02:00
|
|
|
|
<div class="wave-background" style="background-image: url({{ site.img_url }}page-specific/landing/landing-wave.svg); height: 195px; position: unset;"></div>
|
2022-10-12 13:03:48 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
2022-02-09 22:10:37 +01:00
|
|
|
|
<section class="general-layout">
|
2022-06-27 11:11:40 +02:00
|
|
|
|
<div class="showcase-one-container-reverse">
|
2022-10-12 13:21:17 +02:00
|
|
|
|
<div class="showcase-one-left" style="max-width: 1150px;">
|
2022-02-24 11:09:04 +01:00
|
|
|
|
<img src="{{ site.img_url }}page-specific/portmaster/monitor-network-activity.png" alt="">
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</div>
|
2022-06-27 11:11:40 +02:00
|
|
|
|
<div class="showcase-one-right">
|
|
|
|
|
<h2 class="showcase-one-right-title" style="max-width: 350px;">
|
2022-01-25 03:38:33 +01:00
|
|
|
|
Monitor All Network Activity
|
|
|
|
|
</h2>
|
2022-06-27 11:11:40 +02:00
|
|
|
|
<p class="showcase-one-right-desc">
|
2022-02-07 14:14:09 +01:00
|
|
|
|
Discover everything that is happening on your computer. Expose every
|
|
|
|
|
connection your applications make and detect evil ones. Finally get
|
|
|
|
|
the power to act accordingly.
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</p>
|
2022-10-17 14:06:58 +02:00
|
|
|
|
<a class="btn-secondary" href="{{ site.features_url }}">Discover More features</a>
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-06-27 11:11:40 +02:00
|
|
|
|
<div class="showcase-one-container">
|
|
|
|
|
<div class="showcase-one-left" style="max-width: 850px;">
|
2022-02-24 11:09:04 +01:00
|
|
|
|
<img src="{{ site.img_url }}page-specific/portmaster/block-trackers-system-wide.png" alt="">
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</div>
|
2022-06-27 11:11:40 +02:00
|
|
|
|
<div class="showcase-one-right">
|
2022-07-25 17:57:45 +02:00
|
|
|
|
<h2 class="showcase-one-right-title" style="max-width: 450px;">
|
|
|
|
|
Auto-Block Trackers System-Wide
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</h2>
|
2022-06-27 11:11:40 +02:00
|
|
|
|
<p class="showcase-one-right-desc">
|
2022-01-25 03:38:33 +01:00
|
|
|
|
Protect your whole computer, not just your browser. Block all
|
2022-02-07 14:14:09 +01:00
|
|
|
|
advertisements and trackers for every application. Easily add
|
|
|
|
|
your own rules and block individual domains.
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</p>
|
2022-10-17 14:06:58 +02:00
|
|
|
|
<a class="btn-secondary" href="{{ site.features_url }}">Discover More features</a>
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</div>
|
2020-04-09 10:56:11 +02:00
|
|
|
|
</div>
|
2022-06-27 11:11:40 +02:00
|
|
|
|
<div class="showcase-one-container-reverse">
|
2022-10-12 13:21:17 +02:00
|
|
|
|
<div class="showcase-one-left" style="max-width: 950px;">
|
2022-02-24 11:09:38 +01:00
|
|
|
|
<img src="{{ site.img_url }}page-specific/portmaster/set-global-and-per-app-configuration.png" alt="">
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</div>
|
2022-06-27 11:11:40 +02:00
|
|
|
|
<div class="showcase-one-right">
|
|
|
|
|
<h2 class="showcase-one-right-title" style="max-width: 350px;">
|
2022-01-25 03:38:33 +01:00
|
|
|
|
Set Global & per‑App Settings
|
|
|
|
|
</h2>
|
2022-06-27 11:11:40 +02:00
|
|
|
|
<p class="showcase-one-right-desc">
|
2022-02-07 14:14:09 +01:00
|
|
|
|
Make your own rules. Completely cut off applications from the
|
|
|
|
|
Internet. Or block all p2p connections except for certain apps.
|
2022-10-12 16:52:25 +02:00
|
|
|
|
Or never connect to specific countries. Portmaster has you
|
2022-02-07 14:14:09 +01:00
|
|
|
|
covered.
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</p>
|
2022-10-17 14:06:58 +02:00
|
|
|
|
<a class="btn-secondary" href="{{ site.features_url }}">Discover More features</a>
|
2022-01-25 03:38:33 +01:00
|
|
|
|
</div>
|
2020-04-09 10:56:11 +02:00
|
|
|
|
</div>
|
2022-10-12 13:21:17 +02:00
|
|
|
|
|
2022-10-17 16:22:19 +02:00
|
|
|
|
{% include download_container.html %}
|
2022-10-12 13:21:17 +02:00
|
|
|
|
|
2021-12-13 08:35:11 +01:00
|
|
|
|
<div class="blogpod-container">
|
|
|
|
|
<div class="blogpod-container-top">
|
2022-10-12 17:28:39 +02:00
|
|
|
|
<span class="blogpod-container-top-bg-title" style="margin-top: -6rem; opacity: 0.11;">Follow Us</span>
|
2021-12-13 08:35:11 +01:00
|
|
|
|
<h2 class="blogpod-container-top-title">
|
|
|
|
|
Blog, Podcast & Videos
|
|
|
|
|
</h2>
|
2022-10-12 17:28:39 +02:00
|
|
|
|
<div class="col-container-center pt-5 md:pt-0 w-full md:w-max text-center md:text-left">
|
|
|
|
|
<a class="btn-secondary" href="{{ site.blog_url }}">Blogs</a>
|
|
|
|
|
<a class="btn-secondary" href="{{ site.podcast_url }}">Podcast</a>
|
|
|
|
|
<a class="btn-secondary" href="{{ site.video_url }}">Videos</a>
|
|
|
|
|
</div>
|
2021-12-13 08:35:11 +01:00
|
|
|
|
</div>
|
2022-10-17 10:58:24 +02:00
|
|
|
|
|
2021-12-13 08:35:11 +01:00
|
|
|
|
<div class="blogpod-container-bottom">
|
2023-02-20 09:48:55 +01:00
|
|
|
|
{% assign all_publications = site.publications | where_exp:"item",
|
|
|
|
|
"item.hide_from_features != true" | sort: "date" | reverse %}
|
2021-12-13 08:35:11 +01:00
|
|
|
|
{% for publication in all_publications limit: 6 %}
|
|
|
|
|
{% if publication.category == "blog" %}
|
|
|
|
|
{% assign post = publication %}
|
|
|
|
|
{% include thumbnail_blog.html pre_header="BLOG" %}
|
|
|
|
|
{% elsif publication.category == "video" %}
|
|
|
|
|
{% assign video = publication %}
|
|
|
|
|
{% include thumbnail_video.html pre_header="VIDEO" %}
|
|
|
|
|
{% elsif publication.category == "podcast" %}
|
|
|
|
|
{% assign episode = publication %}
|
|
|
|
|
{% include thumbnail_podcast.html pre_header="PODCAST" %}
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</div>
|
2022-10-17 10:58:24 +02:00
|
|
|
|
|
2020-04-09 10:56:11 +02:00
|
|
|
|
</div>
|
2022-02-07 14:14:09 +01:00
|
|
|
|
</section>
|