Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a download page to the website #359

Merged
merged 9 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/spelling/allow/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ ldaplogin
letsencrypt
libofx
linting
linuxsvg
lleskassen
lte
macsvg
Mariushosting
minimalistic
monkeypatch
Expand Down Expand Up @@ -94,6 +96,7 @@ useb
usernames
valign
Venmo
winsvg
WSL
Xxxxx
ynab
Expand Down
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ module.exports = {
label: 'Contact',
position: 'left',
},
{
to: '/download',
label: 'Download',
position: 'left',
},
{
href: 'https://opencollective.com/actual',
label: 'Donate',
Expand Down
26 changes: 26 additions & 0 deletions src/pages/download.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Downloads
hide_table_of_contents: true
---

import Winsvg from '../../static/img/win.svg'
Fixed Show fixed Hide fixed
import Macsvg from '../../static/img/apple.svg'
Fixed Show fixed Hide fixed
import Linuxsvg from '../../static/img/linux.svg'
Fixed Show fixed Hide fixed

# Downloads

The simplest way to use Actual is to download the desktop application. This will give you access to all of Actuals budgeting features. For a breakdown of what features require a server in addition to the base app see the [Installation Guide](/docs/install).

## Desktop Client
|||
|:--:|:--:|:--:|:--:|
|<Winsvg width="100" height="100" fill="#6B46C1"/>|<Macsvg width="100" height="105" fill="#6B46C1"/>|<Linuxsvg width="100" height="100" fill="#6B46C1" />|<Linuxsvg width="100" height="100" fill="#6B46C1"/>|
Fixed Show fixed Hide fixed
Fixed Show fixed Hide fixed
Fixed Show fixed Hide fixed
Fixed Show fixed Hide fixed
|[Windows](https://github.com/actualbudget/actual/releases/latest/download/Actual-windows.exe)|[Mac](https://github.com/actualbudget/actual/releases/latest/download/Actual-mac.dmg)|[Linux (Appimage)](https://github.com/actualbudget/actual/releases/latest/download/Actual-linux.AppImage)|[Linux (Flatpak) ](https://github.com/actualbudget/actual/releases/latest/download/Actual-linux.flatpak)|


## Server Download
Actual has two parts, the client and a sync server. The primary task of the sync server is to sync your budget between devices, and to enable bank syncing. We have a full write up of [if you need a server or not](/docs/install/). We also have install guides on how to set up the server in the following ways
* [Docker Install](/docs/install/docker)
* [Local Installation](/docs/install/local)
* [PikaPods](/docs/install/pikapods)
* [Fly.io](/docs/install/fly)
19 changes: 19 additions & 0 deletions static/img/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions static/img/linux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions static/img/win.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading