IVPN
ivpn.netIndependently Security Audited VPN with anonymous signup, no logs, no cloud or customer data stored, open-source apps and website. Strong ethics: no trackers, no false promises, no surveillance ads. Accepts various payment methods including cryptocurrencies.
- Homepage: ivpn.net
- GitHub: github.com/ivpn/desktop-app
- Privacy: ivpn.net/privacy
- iOS App: apps.apple.com/us/app/ivpn-secure-vpn-for-privacy/id1193122683
- Android App: https://play.google.com/store/apps/details?id=net.ivpn.client
- Web info: web-check.xyz/results/ivpn.net
IVPN Privacy Policy
Privacy Policy Summary
- Users agree not to use the service for illegal purposes
- This service prohibits users from attempting to gain unauthorized access to other computer systems
- There is a date of the last update of the agreements
- This service prohibits users sending chain letters, junk mail, spam or any unsolicited messages.
- This service has a no VPN logs policy
- Users should revisit the terms periodically, although in case of material changes, the service will notify
- Users agree not to submit libelous, harassing or threatening content
- The service allows you to use pseudonyms
- Third-party privacy-focused cookies are used for statistics
- The service provider makes no warranty regarding uninterrupted, timely, secure or error-free service
- Users shall not interfere with another person's enjoyment of the service
- This service assumes no liability for any losses or damages resulting from any matter relating to the service
- Third parties are involved in operating the service
- The service is provided 'as is' and to be used at the users' sole risk
- This service offers an anonymous payment method
- Any liability on behalf of the service is only limited to the fees you paid as a user
- The service can suspend your account for several reasons
- Personal information that is shared outside its jurisdiction is processed according to the original jurisdiction’s data protection standards
- The court of law governing the terms is in Gibraltar
- The apps are open-source
- Users are entitled to a refund if certain thresholds or standards are not met by the service
Score
Documents
- Refund PolicyCreated 09 Feb 21, Last modified 3 years ago
- Privacy PolicyCreated 09 Feb 21, Last modified 3 years ago
- Terms of ServiceCreated 09 Feb 21, Last modified 3 years ago
- Legal Process GuidelinesCreated 08 Feb 21, Last modified 3 years ago
About the Data
This data is kindly provided by tosdr.org. Read full report at: #2748
IVPN Source Code
Author
Description
Official IVPN Desktop app
Homepage
https://www.ivpn.net/apps/License
GPL-3.0
Created
14 May 21
Last Updated
04 Apr 24
Latest version
Primary Language
Go
Size
41,842 KB
Stars
311
Forks
43
Watchers
311
Language Usage
Star History
Top Contributors
-
@stenya (2127)
-
@dependabot[bot] (13)
-
@jurajhilje (5)
-
@nschonni (4)
-
@rakleed (2)
-
@4elta (2)
-
@Kartikeya-IYER (1)
-
@cipheromega (1)
-
@naltun (1)
-
@lysin (1)
Recent Commits
-
Alexandr Stelnykovych (26 Mar 24)
Update CHANGELOG.md
-
Alexandr Stelnykovych (25 Mar 24)
v3.14.12 (macOS)
-
Alexandr Stelnykovych (25 Mar 24)
(macOS) Corrected warning texts for disabled Location Services state https://github.com/ivpn/desktop-app-shadow/issues/150
-
Alexandr Stelnykovych (21 Mar 24)
(CLI) Corrected WIFI settings texts (UI) Minor fix in dialog buttons text https://github.com/ivpn/desktop-app-shadow/issues/150
-
Alexandr Stelnykovych (19 Mar 24)
[fix] (macOS v14+) process WiFi actions as soon as LocationServices permission granted https://github.com/ivpn/desktop-app-shadow/issues/150
-
Alexandr Stelnykovych (06 Mar 24)
[fix] WiFi Information Retrieval on macOS >= v14 As of macOS 14 (Darwin v23.x.x), it is no longer possible to obtain WiFi SSID for background daemons. In modern macOS versions, to retrieve WiFi network information, the application must have Location Services privileges. However, these privileges are not available for privileged LaunchDaemons. To overcome this limitation, we use a separate **LaunchAgent** *(ui/References/macOS/HelperProjects/launchAgent)* that is installed in the user environment by the UI app. We employ XPC communication between the Agent and the Daemon. The Daemon acts as a "server", waiting for connections from Agents. Agents provide the Daemon with WiFi information upon request. The Electron UI app uses a custom **NAPI module** *(ui/addons/wifi-info-macos)* to install/uninstall the LaunchAgent and to request Location Services permission from the OS. https://github.com/ivpn/desktop-app-shadow/issues/150
-
Alexandr Stelnykovych (13 Feb 24)
github actions fix: CI
-
Alexandr Stelnykovych (12 Feb 24)
Merge pull request #173 from ivpn/feature/s170-update-readme Readme update
-
Alexandr Stelnykovych (12 Feb 24)
Update readme-build-manual.md
-
Alexandr Stelnykovych (12 Feb 24)
Update readme-build-manual.md
-
Alexandr Stelnykovych (12 Feb 24)
[Linux] Build from sources missing instructions https://github.com/ivpn/desktop-app-shadow/issues/170
-
Alexandr Stelnykovych (12 Feb 24)
[Linux] Build from sources missing instructions https://github.com/ivpn/desktop-app-shadow/issues/170
-
Alexandr Stelnykovych (12 Feb 24)
[Linux] Build from sources missing instructions https://github.com/ivpn/desktop-app-shadow/issues/170
-
Alexandr Stelnykovych (08 Feb 24)
Merge pull request #353 from ivpn/dependabot/github_actions/microsoft/setup-msbuild-2 Bump microsoft/setup-msbuild from 1 to 2
-
dependabot[bot] (08 Feb 24)
Bump microsoft/setup-msbuild from 1 to 2 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1...v2) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
Alexandr Stelnykovych (08 Feb 24)
Update CHANGELOG.md
-
Alexandr Stelnykovych (08 Feb 24)
(Linux Snap) CLI: bash completion https://github.com/ivpn/desktop-app/issues/288
-
Alexandr Stelnykovych (07 Feb 24)
v3.14.2
-
Alexandr Stelnykovych (07 Feb 24)
[fix] UI: Prevent automatic re-login when the ‘Log In’ view is opened (upon logout)
-
Alexandr Stelnykovych (05 Feb 24)
Merge branch 'development' into beta
-
Alexandr Stelnykovych (05 Feb 24)
[fix] deadlock in WG keys manager
-
Alexandr Stelnykovych (01 Feb 24)
Merge branch 'development' into beta
-
Alexandr Stelnykovych (01 Feb 24)
minor refactoring: ioutil.WriteFile() is deprecated
-
Alexandr Stelnykovych (01 Feb 24)
[fix] deadlock in WG keys manager https://github.com/ivpn/desktop-app/issues/343
-
Alexandr Stelnykovych (31 Jan 24)
Merge branch 'development' into beta
-
Alexandr Stelnykovych (31 Jan 24)
(macOS) UI: Extended description for "Error connecting to daemon" error: guide the user to check background item configuration in system settings https://github.com/ivpn/desktop-app-shadow/issues/169 https://github.com/ivpn/desktop-app/issues/354
-
Alexandr Stelnykovych (31 Jan 24)
(macOS) Updated name of IVPN background item in system settings: "Privatus Limited" -> "IVPN" https://github.com/ivpn/desktop-app-shadow/issues/143 https://github.com/ivpn/desktop-app-shadow/issues/169 https://github.com/ivpn/desktop-app/issues/354
-
Alexandr Stelnykovych (31 Jan 24)
Merge branch 'feature/347-Add-support-for-Device-Management' into beta
-
Alexandr Stelnykovych (31 Jan 24)
[fix] Device Management improvements https://github.com/ivpn/desktop-app/issues/347
-
Alexandr Stelnykovych (30 Jan 24)
UI: vite package version update
IVPN Website
Website
VPN for Privacy & Security | IVPN | Resist Online Surveillance
Audited, open-source VPN service with WireGuard, killswitch and tracker blocker. No logs, no false promises. Anonymous signup with 30 day money back guarantee.
Redirects
Does not redirect
Security Checks
All 66 security checks passed
Server Details
- IP Address 198.50.177.216
- Hostname ip216.ip-198-50-177.net
- Location Montreal, Quebec, Canada, NA
- ISP OVH Hosting Inc.
- ASN AS16276
Categories
Some proxies may block this service, as it falls into the following categories
- VPN Provider
Associated Countries
-
US
-
CA
-
PL
Saftey Score
Website marked as safe
100%
Blacklist Check
www.ivpn.net was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
IVPN Android App
Update Info
- App IVPN
- Creation Date 15 Apr 20
- Last Updated 09 Dec 23
- Current Version 1.66.1
Trackers
- Sentry
Permissions
- Receive Boot Completed
- Billing
- Access Coarse Location
- Internet
- Change Wifi State
- Foreground Service
- Access Wifi State
- Access Network State
IVPN iOS App
App Info
IVPN - Secure VPN for Privacy
IVPN is a privacy-first VPN service that offers WireGuard, multi-hop connections and a built-in ad/tracker blocker. What makes our customers trust us: - Regular third-party audits since 2019. - Open-source apps without trackers. - Privacy friendly account creation - no email address required. - Transparent ownership, team. - Clear privacy policy and strong ethical guidelines. What can you expect when using IVPN for iOS: - Fast servers in more than 50 locations. - OpenVPN, IPSec with IKEv2 and WireGuard protocol support. - Improved security for Wi-Fi/LTE/3G/4G. - Use on up to 7 devices (Pro plan). - AntiTracker to block ads, web and app trackers. - Automatic Kill Switch. - Set trusted networks and use custom DNS. - Multi-hop connections for improved privacy. - 24/7 customer service assistance. What we do differently than other VPNs? - No logs and data collection. - No free tier, data mining and selling of browser history. - No third-party tools in app. - No misleading ads. - No false promises (e.g. full anonymous connection). - Privacy guides to help you improve your privacy. - Civilian grade encryption. Why use a VPN on iOS? - Improve your data privacy with a private connection on your iPhone and iPad. - Secure VPN for browsing at WiFi hotspots, airports and hotels. - Hide your connection and protect your private data from your ISP. - Hide your IP to prevent websites snooping on you. IVPN was founded in 2009 with a mission of protecting individual privacy. Our team includes information security experts and privacy advocates who are working towards a surveillance-free future. We believe that everybody has the right to freedom of opinion and expression online without interference. Review our clear, simple privacy policy: https://www.ivpn.net/privacy Terms of Service: https://www.ivpn.net/tos Privacy guides: https://www.ivpn.net/blog/privacy-guides WireGuard® is a registered trademark of Jason A. Donenfeld.
Rating
Version Info
- Current Version 2.12.1
- Last Updated 23 Feb 24
- First Released 01 Feb 17
- Minimum iOS Version 14.0
- Device Models Supported 93
App Details
- IPA Size 47.75 Mb
- Price Free (USD)
- Age Advisory 4+
- Supported Languages 1
- Developer IVPN Limited
- Bundle ID net.ivpn.clients.ios
Screenshots
IVPN Reviews
More Virtual Private Networks
-
Mullvad is one of the best for privacy, they have a totally anonymous sign up process, you don't need to provide any details at all, you can choose to pay anonymously too (with Monero, BTC or cash).
-
Azire is a Swedish VPN provider, who owns their own hardware with physically removed storage and a no logging policy. Pricing starts at €3.25/mo, with crypto (including XMR) supported. Note that they've not yet been audited, and client applications are not open source, for more info, see #140.
Not Open Source -
From the creators of ProtonMail, ProtonVPN has a solid reputation. They have a full suite of user-friendly native mobile and desktop apps. ProtonVPN is one of the few "trustworthy" providers that also offer a free plan.
-
A court-proven VPN service with support for Wireguard and OpenVPN support, and optional ad-blocking. Running on dedicated hardware, with no hard drives.
About the Data: IVPN
API
You can access IVPN's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/networking/virtual-private-networks/ivpn
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share IVPN
Help your friends compare Virtual Private Networks, and pick privacy-respecting software and services.
Share IVPN and Awesome Privacy with your network!