Package Details: actual-appimage v26.1.0-1

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:

==> Making package: actual-appimage v25.12.0-1 (Mon 08 Dec 2025 16:50:45)
==> Retrieving sources...
  -> Found Actual-linux-x86_64.AppImage
==> Validating source_x86_64 files with sha256sums...
    Actual-linux-x86_64.AppImage ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'actual-appimage-v25.12.0-1':

dhruvasambrani commented on 2025-11-05 14:29 (UTC)

sed: can't read squashfs-root/desktop-electron.desktop: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: actual-appimage-exit status 4
removing untracked AUR files from cache...
:: Cleaning (1/1): /home/dhruva/.cache/yay/actual-appimage
Removing Actual-linux-x86_64.AppImage
 -> Failed to install the following packages. Manual intervention is required:
actual-appimage - exit status 4

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:

==> Validating source_x86_64 files with sha256sums...
    Actual-linux-x86_64.AppImage ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'actual-appimage-v25.5.0-1': 
error: packages failed to build: actual-appimage-v25.5.0-1

o0d4 commented on 2025-04-07 21:21 (UTC)

Github release file was renamed from Actual-linux.AppImage to Actual-linux-x86_64.AppImage currently the package fails to build

DLAN 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.