website/content/download/index.en.md

55 lines
2.3 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).
2020-10-17 19:23:47 +00:00
Please also check out [the docs](https://vikunja.io/docs/installing/) for information about how to install Vikunja on your own server.
2018-10-17 11:02:59 +00:00
You can download Vikunja in various forms:
## Backend (API-Server)
You can get all api releases from [our download server](https://dl.vikunja.io/api/).
2020-03-02 18:09:11 +00:00
Master builds contain the latest changes and features, but may be experimental or contain bugs.
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.
2018-10-17 11:02:59 +00:00
2020-03-02 18:09:11 +00:00
The backend is also available to download as [a debian package](https://dl.vikunja.io/deb/).
Unfortunately, we currently don't have a way to provide you with an apt repo, but you can download and install the `.deb` packages manually.
2018-10-17 11:02:59 +00:00
## Frontend (Javascript)
2020-03-02 18:09:11 +00:00
You can get all frontend releases from [our download server](https://dl.vikunja.io/frontend/).
2018-10-17 11:02:59 +00:00
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.
2018-10-17 11:02:59 +00:00
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).
2020-10-17 19:23:47 +00:00
New versions will be published by the CI automatically.
2018-10-17 11:02:59 +00:00
2020-03-02 18:09:11 +00:00
You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS).
2020-10-17 19:23:47 +00:00
## 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.