website/content/download/index.en.md

64 lines
2.7 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
2022-02-25 13:31:41 +00:00
If you find any bugs or other issues, please [report them](https://code.vikunja.io/api/issues).
2018-10-17 11:02:59 +00:00
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
2021-05-20 14:55:59 +00:00
Unstable builds contain the latest changes and features, but may be experimental or contain bugs.
2018-10-17 11:02:59 +00:00
2022-02-25 13:31:41 +00:00
You can also [get the source code](https://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
2022-02-25 13:31:41 +00:00
You can also [get the source code](https://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo.
2018-10-17 11:02:59 +00:00
2021-05-16 09:59:08 +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.
2021-05-20 14:55:59 +00:00
To install it, simply go to [our download server](https://dl.vikunja.io/desktop) choose the latest version (`unstable` for nightly builds) and the right variant for your platform.
2021-05-16 09:59:08 +00:00
2018-10-17 11:02:59 +00:00
## Mobile apps
2021-05-16 09:59:08 +00:00
<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.
2021-12-27 19:19:06 +00:00
We'll publish it to F-Droid and the Google Play Store once the app is feature complete.
2021-05-16 09:59:08 +00:00
2021-12-27 19:19:06 +00:00
The app has one [known issue](https://kolaente.dev/vikunja/app/issues/48) right now which makes it essentially unusable.
You can try [one of the recent builds from github](https://github.com/go-vikunja/app/actions/runs/1606526877), but these are untested.
2018-10-17 11:02:59 +00:00
2021-12-27 19:19:06 +00:00
Unfortunately there's not really any capacity or ressources right now for the flutter app.
If you have time and know flutter, we're happily accepting PRs on Github.
You can also [get the source code](https://github.com/go-vikunja/app) and build it yourself (for both Android and iOS).
2018-10-17 11:02:59 +00:00