diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-04-07 13:25:24 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-04-07 13:27:38 +0200 |
| commit | ae0be6812300072517c5b5a556c659c79cd4ff00 (patch) | |
| tree | 2917277f8095e69f41454cc71d3cb8bdbec17fba | |
| parent | f73f64394175fcd1d8c1a6911227ad600fa6e7ab (diff) | |
| download | mullvadvpn-ae0be6812300072517c5b5a556c659c79cd4ff00.tar.xz mullvadvpn-ae0be6812300072517c5b5a556c659c79cd4ff00.zip | |
Add README section about which platforms and versions we support
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -20,6 +20,23 @@ Support for iOS is in the making. You can find our code signing keys as well as instructions for how to cryptographically verify your download on [Mullvad's Open Source page]. +### Platform/OS support + +These are the operating systems and their versions that the app officially supports. It might +work on many more versions, but we don't test for those and can't guarantee the quality or +security. + +| OS/Platform | Supported versions | +|-------------|--------------------| +| Windows | 7, 8.1 and 10 | +| macOS | The three latest major releases | +| Linux (Ubuntu)| The two newest LTS releases and the two newest non-LTS releases | +| Linux (Fedora) | The versions that are not yet [EOL] | +| Android | The four latest major releases| +| iOS | 13 and newer | + +[EOL]: https://fedoraproject.org/wiki/End_of_life + ## Features Here is a table containing the features of the app accross platforms. This reflects the current |
