Search Criteria
Package Details: actual-appimage v26.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/actual-appimage.git (read-only, click to copy) |
|---|---|
| Package Base: | actual-appimage |
| Description: | Actual Budget is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. |
| Upstream URL: | https://actualbudget.org/ |
| Keywords: | actual actual-budget actualbudget, budget, |
| Licenses: | MIT |
| Submitter: | PaulBGD |
| Maintainer: | DLAN |
| Last Packager: | DLAN |
| Votes: | 5 |
| Popularity: | 0.115711 |
| First Submitted: | 2021-01-10 23:22 (UTC) |
| Last Updated: | 2026-01-05 17:51 (UTC) |
Latest Comments
1 2 Next › Last »
lpf commented on 2026-01-13 21:14 (UTC) (edited on 2026-01-13 21:14 (UTC) by lpf)
I am encountering the same checksum failure. I think the problem is that the upstream filename remains the same across versions. If a user has a previous version cached, the helper attempts to verify the new checksum against the old file and fails.
Workaround: Users can fix this momentarily by clearing their cache or forcing the helper to download the file despite the same name.
Fix: To solve this permanently, the PKGBUILD should rename the downloaded file to include the version number:
source=("${_appimage}-${pkgver}::https://github.com/actualbudget/${_pkgname}/releases/download/${pkgver}/${_appimage}")Thorned_Rose commented on 2025-12-08 03:52 (UTC)
I'm getting the following error:
dhruvasambrani commented on 2025-11-05 14:29 (UTC)
Dimmed4615 commented on 2025-09-28 17:16 (UTC)
Similar to @dasunsrule32, I have the app icon not showing in KDE Plasma. I got it working by renaming the icon from "desktop-electron.png" to "actual.png" Code to do it: find . -type f -name 'desktop-electron.png' -execdir mv -v {} actual.png \; then changing the shortcut to use the new icon.
PKGBUILD should use a more descriptive icon name.
mralext20 commented on 2025-07-04 15:06 (UTC)
can you adjust this to download the appimage to a file name specific to that version? would help with paru keeing a build cache, and prevent me having to either manually run makepkg -Cc or going and deleting the actual-server.appimage download
dasunsrule32 commented on 2025-05-18 22:24 (UTC)
Looks great, and is working well.
Only issue I see is that the app icon in KDE Plasma is just a generic icon and not the actual budget icon. Thank you for doing this. :)
<deleted-account> commented on 2025-05-08 21:35 (UTC)
Currently getting the following error using paru:
o0d4 commented on 2025-04-07 21:21 (UTC)
Github release file was renamed from
Actual-linux.AppImagetoActual-linux-x86_64.AppImagecurrently the package fails to buildDLAN commented on 2025-02-12 23:46 (UTC)
Is Fuse still required in the case of this package where the contents of the Appimage are extracted and installed on the system directly?
jgon6 commented on 2025-01-18 23:31 (UTC)
Fuse is required to run Appimages. It also won't run without alsa-lib.
1 2 Next › Last »