Why We’re Open Source
We open source the Mullvad VPN app for two primary reasons:- Transparency: Allow users to verify that our app functions as we claim it does, giving them the option to build it from source without having to trust our released binaries
- Community Contributions: Receive contributions from third parties to improve the app
Filing Issues
If you find a bug in the app’s code, please report it on GitHub in the issue tracker.Submitting Changes
If you would like to contribute to the development of the Mullvad VPN app, please carefully read the following sections first and then feel free to submit a pull request on GitHub.While we appreciate your interest in helping us to improve Mullvad VPN, please understand that choosing which submitted changes to merge is fully at our discretion, based upon our development plans for the app.
Localization / Translations
The app is translated and proofread via a third party company. We can’t take in user improvements to the translations directly, since we can’t verify their correctness. All translations have to go via the translation company. If you want to improve an existing translation:- Do not edit the PO files and submit to us directly
- Instead, fill in your suggested improvement in this form
- The translation company will pick it up and process the suggestion
Copyright and Ownership
Any code, binaries, tools, documentation, graphics, or any other material that you submit to this project will be licensed under GPL 3.0.Code Style and Design
Please follow the Mullvad coding guidelines when submitting code.Getting Started
Before contributing, make sure to:- Read the build instructions for your platform
- Review the security practices for secure development
- Understand the code signing requirements for merge commits
- Familiarize yourself with the repository structure and codebase