Search Criteria
Package Details: actual-bin 26.3.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/actual-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | actual-bin |
| Description: | 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.(Prebuilt version.Use system-wide electron) |
| Upstream URL: | https://actualbudget.org/ |
| Keywords: | budgeting electron finance money personal-finance |
| Licenses: | MIT |
| Conflicts: | actual, actual-appimage |
| Provides: | actual |
| Submitter: | zxp19821005 |
| Maintainer: | zxp19821005 |
| Last Packager: | zxp19821005 |
| Votes: | 6 |
| Popularity: | 0.039825 |
| First Submitted: | 2024-12-30 09:16 (UTC) |
| Last Updated: | 2026-03-06 02:25 (UTC) |
Latest Comments
1 2 3 Next › Last »
zxp19821005 commented on 2026-03-06 02:25 (UTC)
@o0d4 Thanks for your feedback, fixed it.
yochananmarqos commented on 2026-03-05 14:35 (UTC)
o0d4:
actual-appimageshould provide and conflict withactualjust like this package does. See PKGBUILD: Package relations.o0d4 commented on 2026-03-05 07:52 (UTC)
This should conflict with actual-appimage package
paulhocker commented on 2026-02-26 03:41 (UTC)
I ended up switching to actual-bin and that seems to work okay so i will stick with that for now.
paulhocker commented on 2026-02-25 03:36 (UTC)
Just tried installing and getting the same validity check. Is there a way to work around and get this to install?
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
1 2 3 Next › Last »