passepartout-apple/README.md

208 lines
8.4 KiB
Markdown
Raw Normal View History

2018-11-01 15:38:03 +00:00
<p style="text-align: center; padding: 0em 1em"><img src="res/logo.svg" width="300" height="300" /></p>
2018-10-19 00:13:20 +00:00
2021-11-28 15:54:35 +00:00
![iOS 12+](https://img.shields.io/badge/iOS-12+-green.svg)
![macOS 10.15+](https://img.shields.io/badge/macOS-10.15+-green.svg)
[![TunnelKit 4.0](https://img.shields.io/badge/TunnelKit-4.0-d69c68.svg)][dep-tunnelkit]
[![License GPLv3](https://img.shields.io/badge/License-GPLv3-lightgray.svg)](LICENSE)
[![GitHub Actions](https://github.com/passepartoutvpn/passepartout-apple/actions/workflows/beta.yml/badge.svg)](https://github.com/passepartoutvpn/passepartout-apple/actions/workflows/beta.yml)
2021-02-12 00:57:58 +00:00
# [Passepartout][about-website]
Passepartout is a non-official, user-friendly [OpenVPN®][openvpn] client for iOS and macOS.
2018-10-19 07:33:58 +00:00
[![Join Reddit](https://img.shields.io/badge/discuss-Reddit-orange.svg)][about-reddit]
2018-10-19 00:18:06 +00:00
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpassepartoutvpn.app%2F&via=keeshux&text=Passepartout%20is%20an%20user-friendly%2C%20open%20source%20%23OpenVPN%20client%20for%20%23iOS%20and%20%23macOS)
2018-10-11 07:13:19 +00:00
## Overview
### All profiles in one place
Passepartout lets you handle multiple profiles in one single place and quickly switch between them.
2021-01-01 16:25:29 +00:00
[<img src="res/ios/snap-home.png" width="300">](res/ios/snap-home.png)
2018-10-11 07:13:19 +00:00
### Ease of use
With its native look & feel, Passepartout focuses on ease of use. It does so by stripping the .ovpn flags that are today obsolete or rarely used. With good approximation, it mimics the most relevant features you will find in OpenVPN 2.4.x.
2021-01-01 16:25:29 +00:00
[<img src="res/ios/snap-profile.png" width="300">](res/ios/snap-profile.png)
2018-10-11 07:13:19 +00:00
### Trusted networks
2021-01-01 16:25:29 +00:00
Trust Wi-Fi, cellular (iOS) or wired (macOS) networks to fine-grain your connectivity. You can then choose to retain a VPN connection when entering a trusted network, or prevent it completely.
[<img src="res/ios/snap-trusted.png" width="300">](res/ios/snap-trusted.png)
2018-10-11 07:13:19 +00:00
2021-01-01 16:25:29 +00:00
### Siri shortcuts (iOS)
2018-10-11 07:13:19 +00:00
Enjoy the convenience of Siri shortcuts to automate frequent VPN actions.
2018-10-11 07:13:19 +00:00
2021-01-01 16:25:29 +00:00
[<img src="res/ios/snap-shortcuts.png" width="300">](res/ios/snap-shortcuts.png)
2018-10-11 07:13:19 +00:00
2019-05-01 21:03:06 +00:00
### Override network settings
2021-01-01 16:25:29 +00:00
Override default gateway, DNS, proxy and MTU settings right from the app. Don't bother editing the .ovpn file or your pushed server settings. This is especially useful if you want to override your provider settings, e.g. to integrate your own DNS-based ad blocking.
[<img src="res/ios/snap-network.png" width="300">](res/ios/snap-network.png)
2019-05-01 21:03:06 +00:00
### See your connection parameters
Passepartout strives for transparency, by showing a fairly detailed yet understandable resume of your connection parameters.
2021-01-01 16:25:29 +00:00
[<img src="res/ios/snap-parameters.png" width="300">](res/ios/snap-parameters.png)
2018-10-11 07:13:19 +00:00
### Disconnect on sleep
Keeping the VPN active in the background provides smoother operation, but may be tough for the battery. You might want to use this feature if you're concerned about battery life. When the device goes to sleep, the VPN will disconnect to then reconnect on device wake-up.
### No unrequested activity
2018-10-28 08:02:25 +00:00
Passepartout is a VPN client and does absolutely nothing else without your consent. The providers infrastructures are obtained via a [static GitHub API][app-api] if and only if you manually refresh them.
2018-10-11 07:13:19 +00:00
### Presets for major providers
Passepartout can connect to a few well-known VPN providers with an existing account:
2020-05-09 21:14:36 +00:00
- [Hide.me][app-net-hideme]
2019-03-25 20:18:41 +00:00
- [Mullvad][app-net-mullvad]
2019-04-11 17:14:18 +00:00
- [NordVPN][app-net-nordvpn]
2021-07-29 23:42:17 +00:00
- [Oeck][app-net-oeck]
- [Private Internet Access][app-net-pia]
2019-04-06 12:32:41 +00:00
- [ProtonVPN][app-net-protonvpn]
2020-05-15 11:31:48 +00:00
- [TorGuard][app-net-torguard]
- [TunnelBear][app-net-tunnelbear]
2019-04-26 12:25:06 +00:00
- [VyprVPN][app-net-vyprvpn]
2019-04-02 22:11:48 +00:00
- [Windscribe][app-net-windscribe]
2018-10-11 07:13:19 +00:00
In preset mode, you can pick pre-resolved IPv4 endpoints when DNS is problematic.
### Import .ovpn profiles
2018-11-10 09:29:51 +00:00
Passepartout can import .ovpn configuration files. This way you can fine-tune encryption without tweaking and reimporting a new configuration.
2018-10-11 07:13:19 +00:00
2018-11-10 09:29:51 +00:00
You can find details on what may or may not work in the related section of the [TunnelKit README][dep-tunnelkit-ovpn].
2018-10-11 07:13:19 +00:00
## Installation
### Requirements
2021-11-25 12:08:34 +00:00
- iOS 12.0+ / macOS 10.15+
2021-11-16 11:18:02 +00:00
- Xcode 12+ (SwiftPM 5.3)
2018-10-11 07:13:19 +00:00
- Git (preinstalled with Xcode Command Line Tools)
- Ruby (preinstalled with macOS)
It's highly recommended to use the Git and Ruby packages provided by [Homebrew][dep-brew].
### Testing
Download the app codebase locally:
2021-01-01 16:25:29 +00:00
$ git clone https://github.com/passepartoutvpn/passepartout-apple.git
2018-10-11 07:13:19 +00:00
Enter the directory and clone the submodules:
$ git submodule init
$ git submodule update
2018-10-11 07:13:19 +00:00
For the VPN to work properly, the app requires:
- _App Groups_ and _Keychain Sharing_ capabilities
- App IDs with _Packet Tunnel_ entitlements
both in the main app and the tunnel extension target.
2021-01-01 16:25:29 +00:00
Make sure to update `Config.xcconfig` according to your developer account and your identifiers:
CFG_TEAM_ID = A1B2C3D4E5
2021-11-16 11:18:02 +00:00
CFG_APP_ID = com.example.MyApp
CFG_APP_LAUNCHER_ID = com.example.MyApp.Launcher // macOS only
CFG_GROUP_ID = com.example.MyAppGroup // omit the "group." prefix
2021-11-16 11:18:02 +00:00
CFG_APPSTORE_ID = 1234567890 // optional for development, can be bogus
2021-11-16 11:18:02 +00:00
After that, open `Passepartout.xcodeproj` in Xcode and run the `Passepartout-iOS` or `Passepartout-macOS` target.
2018-10-11 07:13:19 +00:00
## License
2021-01-01 16:25:29 +00:00
Copyright (c) 2021 Davide De Rosa. All rights reserved.
2020-05-11 07:53:44 +00:00
2018-10-11 07:13:19 +00:00
This project is licensed under the [GPLv3][license-content].
### Contributing
By contributing to this project you are agreeing to the terms stated in the [Contributor License Agreement (CLA)][contrib-cla]. For more details please see [CONTRIBUTING][contrib-readme].
## Credits
The logo is taken from the awesome Circle Icons set by Nick Roach.
2019-04-05 11:14:03 +00:00
The country flags are taken from: <https://github.com/lipis/flag-icon-css/>
2020-05-11 07:53:44 +00:00
- Kvitto - Copyright (c) 2015 Oliver Drobnik
- lzo - Copyright (c) 1996-2017 Markus F.X.J. Oberhumer
- MBProgressHUD - Copyright (c) 2009-2016 Matej Bukovinski
- PIATunnel - Copyright (c) 2018-Present Private Internet Access
- SSZipArchive - Copyright (c) 2010-2012 Sam Soffes
- SwiftGen - Copyright (c) 2018 SwiftGen
- SwiftyBeaver - Copyright (c) 2015 Sebastian Kreutzberger
2018-10-11 07:47:40 +00:00
2018-11-30 19:39:28 +00:00
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. ([https://www.openssl.org/][dep-openssl])
2020-05-11 07:53:44 +00:00
Copyright (c) 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc.
2018-10-11 07:13:19 +00:00
2019-04-23 13:46:03 +00:00
## Translations
2019-08-10 08:08:17 +00:00
- Chinese (Simplified): OnlyThen - [@OnlyThen](https://github.com/OnlyThen)
2019-05-20 11:55:32 +00:00
- Dutch: Norbert de Vreede - [@paxpacis](https://github.com/paxpacis)
2019-05-27 12:59:21 +00:00
- English: Davide De Rosa (author)
2019-05-20 11:55:32 +00:00
- French: Julien Laniel - [@linkjul](https://github.com/linkjul)
- German: Christian Lederer, Theodor Tietze
2019-05-20 11:55:32 +00:00
- Greek: Konstantinos Koukoulakis
2019-05-27 12:59:21 +00:00
- Italian: Davide De Rosa (author)
- Polish: Piotr Książek
2019-04-23 13:46:03 +00:00
- Portuguese: Helder Santana - [@heldr](https://github.com/heldr)
- Russian: Alexander Korobynikov
2019-05-20 11:55:32 +00:00
- Spanish: Davide De Rosa (author), Elena Vivó
- Swedish: Henry Gross-Hellsen - [@cowpod](https://github.com/cowpod)
2019-04-23 13:46:03 +00:00
## Usage
2018-10-11 07:13:19 +00:00
You are strongly encouraged to read carefully both the [disclaimer][web-disclaimer] and [privacy policy][web-privacy] before using this software.
2018-10-11 07:13:19 +00:00
## Contacts
Twitter: [@keeshux][about-twitter]
2020-11-18 10:00:25 +00:00
Website: [passepartoutvpn.app][about-website] ([FAQ][about-faq])
2018-10-11 07:13:19 +00:00
[openvpn]: https://openvpn.net/index.php/open-source/overview.html
2018-11-07 22:42:09 +00:00
[app-api]: https://github.com/passepartoutvpn/passepartout-api
2020-07-07 21:34:42 +00:00
[app-net-csv]: https://childsafevpn.com
2020-05-09 21:14:36 +00:00
[app-net-hideme]: https://member.hide.me/en/checkout?plan=new_default_prices&coupon=6CB-BDB-802&duration=24
2019-03-25 20:18:41 +00:00
[app-net-mullvad]: https://mullvad.net/en/account/create/
2019-04-15 11:44:07 +00:00
[app-net-nordvpn]: https://go.nordvpn.net/SH21Z
2021-07-29 23:42:17 +00:00
[app-net-oeck]: https://www.oeck.com
[app-net-pia]: https://www.privateinternetaccess.com/pages/buy-vpn/
2019-05-26 22:29:53 +00:00
[app-net-protonvpn]: https://proton.go2cloud.org/SHZ
2020-05-15 11:31:48 +00:00
[app-net-torguard]: https://torguard.net/
2019-05-26 22:29:53 +00:00
[app-net-tunnelbear]: https://www.tunnelbear.com/
2019-04-26 12:25:06 +00:00
[app-net-vyprvpn]: https://www.vyprvpn.com/
2019-04-02 22:11:48 +00:00
[app-net-windscribe]: https://secure.link/kCsD0prd
2018-10-11 07:13:19 +00:00
[dep-brew]: https://brew.sh/
2019-05-14 09:00:53 +00:00
[dep-tunnelkit]: https://github.com/passepartoutvpn/tunnelkit
[dep-tunnelkit-ovpn]: https://github.com/passepartoutvpn/tunnelkit#support-for-ovpn-configuration
2018-10-11 07:13:19 +00:00
[dep-openssl]: https://www.openssl.org/
[license-content]: LICENSE
[contrib-cla]: CLA.rst
[contrib-readme]: CONTRIBUTING.md
[web-disclaimer]: https://passepartoutvpn.app/disclaimer/
[web-privacy]: https://passepartoutvpn.app/privacy/
2018-10-11 07:13:19 +00:00
[about-twitter]: https://twitter.com/keeshux
[about-website]: https://passepartoutvpn.app
2020-11-18 10:00:25 +00:00
[about-faq]: https://passepartoutvpn.app/faq/
2018-10-18 23:29:11 +00:00
[about-reddit]: https://www.reddit.com/r/passepartout