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.

Utopia: The Open-Source Enterprise World Model for Knowledge Engineering
September 24, 2026
Utopia is the world's first open-source enterprise world model, built with Rust. It provides a unique foundation for knowledge engineering, featuring a bitemporal knowledge graph that evolves with new information and supports robust reasoning and decision-making. Designed for self-hosting, Utopia offers companies full control over their knowledge foundation and compliance audit trails.

RimZ: Realtime Dashboard for Agentic Coding with tmux and Zellij
September 18, 2026
RimZ is a powerful realtime dashboard and control room designed for agentic coding, enabling humans and AI agents to collaborate seamlessly within tmux or Zellij environments. Built with Rust, it provides comprehensive observability, orchestration, and automation capabilities for managing fleets of coding agents. This tool enhances productivity by offering real-time insights, message-based steering, and scriptable workflows for AI-driven development.

Lenso: Build Products with Replaceable Plugins and Typed Capabilities
September 17, 2026
Lenso is a local-first, language-independent runtime designed for building applications with replaceable plugins. It enables defining product roles as typed Capabilities, implemented by Plugins, ensuring explicit relationships and verifiable composition. This system allows for behavior to be added, replaced, and removed without hidden framework magic, making it ideal for long-lived products with evolving boundaries.

Atlas: Source Control for AI Coding Agents
September 17, 2026
Atlas is an innovative source control system designed specifically for AI coding agents. It allows developers to manage multiple agents, track their changes, and query their activities in a unified environment. Built in Rust, Atlas ensures that every agent's commit is linked to its session, providing full context including prompts and tool calls.
Source repository
Open the original repository on GitHub.
26 counted GitHub visits