VPN client for Apple platforms.
Go to file
Davide De Rosa 2cd96f2596 Set beta release 2019-03-06 18:19:35 +01:00
Passepartout Add button to test app termination 2019-03-06 17:46:06 +01:00
Passepartout-iOS Add button to test app termination 2019-03-06 17:46:06 +01:00
Passepartout-iOS-Tunnel Bump minor version 2019-03-05 23:01:25 +01:00
Passepartout.xcodeproj Work around TunnelKit/OpenSSL linking issue 2019-02-25 22:56:24 +01:00
Passepartout.xcworkspace Initial commit 2018-10-11 09:13:19 +02:00
PassepartoutTests-iOS Bump minor version 2019-03-05 23:01:25 +01:00
ci Add scripts to update provisioning profiles 2019-03-05 23:01:25 +01:00
fastlane Add scripts to update provisioning profiles 2019-03-05 23:01:25 +01:00
res Use .svg logo 2018-11-01 16:38:08 +01:00
.env Set RC release 2018-11-01 15:26:28 +01:00
.env.beta-archive Initial commit 2018-10-11 09:13:19 +02:00
.env.beta-deploy Initial commit 2018-10-11 09:13:19 +02:00
.env.dev-archive Initial commit 2018-10-11 09:13:19 +02:00
.env.dev-deploy Initial commit 2018-10-11 09:13:19 +02:00
.gitignore Update gitignore 2018-11-01 13:45:47 +01:00
CHANGELOG.md Set beta release 2019-03-06 18:19:35 +01:00
CLA.rst Initial commit 2018-10-11 09:13:19 +02:00
CONTRIBUTING.md Initial commit 2018-10-11 09:13:19 +02:00
Gemfile Work around TunnelKit/OpenSSL linking issue 2019-02-25 22:56:24 +01:00
LICENSE Initial commit 2018-10-11 09:13:19 +02:00
Podfile Use versioned TunnelKit 2019-03-05 23:01:25 +01:00
Podfile.lock Use versioned TunnelKit 2019-03-05 23:01:25 +01:00
README.md Drop disabled TestFlight public beta link 2019-03-01 21:10:38 +01:00
swiftgen.yml Upgrade SwiftGen 2018-10-28 14:50:12 +01:00

README.md

Passepartout

iOS 11+ TunnelKit 1.4.x License GPLv3 Join TestFlight Join Reddit Join Telegram Tweet

Passepartout is a non-official, user-friendly OpenVPN® client for iOS.

Beta

Passepartout betas are available for patrons on TestFlight.

Overview

All profiles in one place

Passepartout lets you handle multiple profiles in one single place and quickly switch between them.

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.

Trusted networks

Trust cellular or Wi-Fi networks to fine-grain your connectivity. You can then choose to retain a VPN connection when entering a trusted network, or prevent it completely.

See your connection parameters

Passepartout strives for transparency, by showing a fairly detailed yet understandable resume of your connection parameters.

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

Passepartout is a VPN client and does absolutely nothing else without your consent. The providers infrastructures are obtained via a static GitHub API if and only if you manually refresh them.

Presets for major providers

Passepartout can connect to a few well-known VPN providers with an existing account:

In preset mode, you can pick pre-resolved IPv4 endpoints when DNS is problematic.

Import .ovpn profiles

Passepartout can import .ovpn configuration files. This way you can fine-tune encryption without tweaking and reimporting a new configuration.

You can find details on what may or may not work in the related section of the TunnelKit README.

Installation

Requirements

  • iOS 11.0+
  • Xcode 10+ (Swift 4.2)
  • Git (preinstalled with Xcode Command Line Tools)
  • Ruby (preinstalled with macOS)
  • CocoaPods 1.6.0

It's highly recommended to use the Git and Ruby packages provided by Homebrew.

Testing

Download the app codebase locally:

$ git clone https://github.com/passepartoutvpn/passepartout-ios.git

Assuming you have a working CocoaPods environment, setting up the app workspace only requires installing the pod dependencies:

$ pod install

After that, open Passepartout.xcworkspace in Xcode and run the Passepartout-iOS target.

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.

License

This project is licensed under the GPLv3.

Contributing

By contributing to this project you are agreeing to the terms stated in the Contributor License Agreement (CLA). For more details please see CONTRIBUTING.

Credits

The logo is taken from the awesome Circle Icons set by Nick Roach.

  • MBProgressHUD - © 2009-2016 Matej Bukovinski
  • PIATunnel - © 2018-Present Private Internet Access
  • SwiftGen - © 2018 SwiftGen
  • SwiftyBeaver - © 2015 Sebastian Kreutzberger

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/)

© 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc.

Usage

You are strongly encouraged to read carefully both the disclaimer and privacy policy before using this software.

Contacts

Twitter: @keeshux

Website: passepartoutvpn.app