mullvadvpn-app: Secure and Private Mullvad VPN Client for Desktop and Mobile
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
The `mullvadvpn-app` is the official open-source client application for the Mullvad VPN service, designed for both desktop and mobile platforms. Developed by Mullvad VPN AB, this project is primarily written in Rust, with frontends built using Electron for desktop and native implementations for Android and iOS. It provides a secure, privacy-preserving VPN experience, supporting protocols like WireGuard and OpenVPN, and is known for its strong emphasis on user anonymity and leak prevention.
Repository Information
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The mullvadvpn-app is the official open-source client application for the Mullvad VPN service, designed for both desktop and mobile platforms. Developed by Mullvad VPN AB, this project is primarily written in Rust, with frontends built using Electron for desktop and native implementations for Android and iOS. It provides a secure, privacy-preserving VPN experience, supporting protocols like WireGuard and OpenVPN, and is known for its strong emphasis on user anonymity and leak prevention.
Installation
To get started with the Mullvad VPN app source code, you'll need to clone the repository and initialize its submodules. Due to the presence of large, nested submodules, it's recommended to avoid a recursive clone.
git clone https://github.com/mullvad/mullvadvpn-app.git
cd mullvadvpn-app
git submodule update --init
This ensures you have all necessary components for building the application. For detailed build instructions specific to each platform, refer to the project's BuildInstructions.md file.
Examples
The mullvadvpn-app supports building for various platforms.
Building the App:
- For desktop platforms (macOS, Windows, Linux), follow the build instructions.
- For Android, see the Android build instructions.
- For iOS, refer to the iOS build instructions.
Electron App Development:
If you're developing the Electron frontend, you can use:
npm run develop
This command starts the app with live-reload enabled.
Environment Variables:
The daemon and desktop frontend utilize various environment variables for advanced configuration and debugging. For example, TALPID_FIREWALL_DEBUG can be used for firewall debugging, and MULLVAD_API_HOST for development builds. Detailed information on these variables and how to set them on different operating systems can be found in the repository's README.
Why Use
Choosing the Mullvad VPN app offers significant advantages for users prioritizing security and privacy. The project is built with a strong focus on preventing traffic leaks and ensuring user anonymity, with all settings defaulting to the most secure options.
Key reasons to consider this app include:
- Robust Security: Features like WireGuard, quantum-resistant tunnels, and DAITA (Defense Against AI-Guided Traffic Analysis) ensure strong encryption and leak protection.
- Privacy-Focused Design: Explicitly designed to preserve privacy, with detailed security documentation and default settings that prioritize user anonymity.
- External Audits: The app undergoes regular external security audits and penetration tests, with results made public for full transparency.
- Open Source: Licensed under GPL-3.0, the entire codebase is open for review, fostering trust and allowing community contributions.
- Comprehensive Features: Includes split tunneling, custom DNS server support, content blockers, and multi-hop WireGuard.
- Multi-Platform Support: Available across Windows, Linux, macOS, Android, and iOS, providing a consistent experience.
Links
- GitHub Repository: mullvad/mullvadvpn-app
- Official Website: mullvad.net
- Releases: Mullvad VPN App Releases
- Mullvad's Open Source Page: Mullvad Open Source
Related repositories
Similar repositories that may be relevant next.

ApiArk: A Privacy-First, Lightweight API Platform Built with Tauri v2
May 29, 2026
ApiArk is an innovative API platform designed as a privacy-first, lightweight alternative to traditional tools like Postman. Built with Tauri v2, it offers exceptional performance, consuming only about 60 MB of RAM, and operates entirely locally with no login or cloud requirements. It supports a wide array of protocols and stores data in Git-friendly YAML files, empowering developers with full control over their API workflows.
Lemmy: A Decentralized, Open-Source Discussion Platform for the Fediverse
May 1, 2026
Lemmy is an open-source, decentralized discussion platform designed for communities, offering a federated alternative to sites like Reddit. Built with Rust, it allows users to subscribe to forums, post links and discussions, and engage in a censorship-resistant environment within the Fediverse. Its self-hostable nature and AGPL-3.0 license promote user control and privacy.

neohtop: Blazing-Fast System Monitoring with Rust, Tauri, and Svelte
April 15, 2026
neohtop is a modern, cross-platform system monitor designed for speed and efficiency. Built with Rust, Tauri, and Svelte, it offers real-time process monitoring and a beautiful user interface. This tool provides comprehensive insights into your system's performance, making it an excellent alternative to traditional monitoring utilities.

Defguard: Zero-Trust Access Management with WireGuard 2FA/MFA
March 18, 2026
Defguard is an open-source, enterprise-grade VPN solution built with Rust, offering zero-trust access management. It uniquely provides multi-factor authentication for WireGuard VPN connections, integrating with various SSO providers or its built-in SSO. This platform aims to simplify the secure management of complex VPN networks with advanced features like ACLs, YubiKey provisioning, and real-time client synchronization.
Source repository
Open the original repository on GitHub.