Mobile apps clarification
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-05-16 11:59:08 +02:00
parent 3105aab826
commit b9d109560b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 21 additions and 12 deletions

View File

@ -11,7 +11,7 @@ menu:
# Downloads
Vikunja is currently Beta, if you find any bugs or other issues, please [report them](http://code.vikunja.io/api/issues).
If you find any bugs or other issues, please [report them](http://code.vikunja.io/api/issues).
Please also check out [the docs](https://vikunja.io/docs/installing/) for information about how to install Vikunja on your own server.
@ -35,20 +35,29 @@ You can get all frontend releases from [our download server](https://dl.vikunja.
You can also [get the source code](http://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo.
## Mobile apps
We have [pre-built apks for Android](https://dl.vikunja.io/app/) which you can download and install on your device.
We'll publish it to F-Droid and the Google Play Store once the app is feature complete.
We provide the latest build as beta version via TestFlight for iOS users.
To install the version please follow this link: [https://testflight.apple.com/join/KxOaAraq](https://testflight.apple.com/join/KxOaAraq).
New versions will be published by the CI automatically.
You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS).
## Desktop apps
Starting with version 0.15.0, Vikunja's frontend is available as a standalone desktop app for linux and windows devices.
This means you can run it on your desktop without the need to install the frontend.
To install it, simply go to [our download server](https://dl.vikunja.io/desktop) choose the latest version (`master` for nightly builds) and the right variant for your platform.
## Mobile apps
<div class="notification is-warning">
<strong>Note:</strong> The app is currently in an alpha state at best.
It has only a tiny set of Vikunja's features and bugs.
If you want to use Vikunja on mobile, you're currently better off using the PWA of the frontend.
</div>
We have [pre-built apks for Android](https://dl.vikunja.io/app/) which you can download and install on your device.
We'll publish it to F-Droid, and the Google Play Store once the app is feature complete.
**Note:** We don't accept new TestFlight users at the moment due to issues with the build machine used to release fresh iOS builds.
If you want to use Vikunja on iOS you will need to either use the PWA or build it yourself.
We provide the latest build as beta version via TestFlight for iOS users.
To install the version please follow this link: [https://testflight.apple.com/join/KxOaAraq](https://testflight.apple.com/join/KxOaAraq).
New versions will be published by the CI automatically.
You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS).