website/content/download/index.en.md

37 lines
1.6 KiB
Markdown
Raw Normal View History

2018-10-14 12:00:47 +00:00
---
title: "Download"
date: 2018-10-13T22:07:56+02:00
draft: false
type: "page"
menu:
page:
title: "Download"
weight: 30
---
2018-10-17 11:02:59 +00:00
# Downloads
Vikunja is currently Beta, if you find any bugs or other issues, please [report them](http://code.vikunja.io/api/issues).
You can download Vikunja in various forms:
## Backend (API-Server)
2019-04-30 21:03:45 +00:00
Latest [Stable](https://storage.kolaente.de/minio/vikunja/0.7/) or [Current master](https://storage.kolaente.de/minio/vikunja/master/). Everytime a commit to master is made, the latest build gets updated.
2018-10-17 11:02:59 +00:00
You can also [get the source code](http://code.vikunja.io/api) and compile it yourself. Instructions on how to do this can be found in the repo.
## Frontend (Javascript)
You can get all frontend version on [our minio server](https://storage.kolaente.de/minio/vikunja-frontend/).
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
2018-10-17 11:25:20 +00:00
We have [pre-built apks for Android](https://storage.kolaente.de/minio/vikunja-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.
2018-10-17 11:02:59 +00:00
As the app is built with flutter, we'll have binaries for iOS once we figured out a good way to build these with our infrastructure. Due to restrictions in the iOS platform, you'll have to sign these yourself to install it on your apple device. We'll also publish these to the app store one day.
You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS). Instructions on how to do this can be found in the repo.