Package Details: cake-wallet-bin 6.0.2-1

Git Clone URL: https://aur.archlinux.org/cake-wallet-bin.git (read-only, click to copy)
Package Base: cake-wallet-bin
Description: A noncustodial multi-currency wallet.
Upstream URL: https://github.com/cake-tech/cake_wallet
Licenses: MIT
Provides: cake-wallet
Submitter: Spixmaster
Maintainer: Spixmaster
Last Packager: Spixmaster
Votes: 6
Popularity: 0.177243
First Submitted: 2024-01-11 18:33 (UTC)
Last Updated: 2026-03-16 19:10 (UTC)

Latest Comments

1 2 3 Next › Last »

tyler19820201 commented on 2026-03-21 11:09 (UTC)

find /usr/lib /opt /home/$USER -name "libbreez_sdk_spark_flutter.so" 2>/dev/null and find /var/lib/flatpak/app/com.cakewallet.CakeWallet -name "libbreez_sdk_spark_flutter.so" 2>/dev/null

commands should give back something. Showing nothing means breez SDK not included at all in the binary. Without breez sdk lightning wont work. For testing purpose i did remove the AUR package and did install the flatpak version from https://github.com/cake-tech/cake_wallet/releases/download/v6.0.2/Cake_Wallet_v6.0.2_Linux.flatpak but having the same issue.

Yes, the https://github.com/breez/breez-sdk-liquid could be the solution. In the next binary you should add it, the 6.0.3 on https://github.com/cake-tech/cake_wallet/releases page is already out as pre-release.

Spixmaster commented on 2026-03-21 10:49 (UTC) (edited on 2026-03-21 10:49 (UTC) by Spixmaster)

Is it this one, https://github.com/breez/breez-sdk-liquid?

The executable is just a symbolic link to the proper file. I assume that the libraries in "/opt/cake-wallet-bin/lib/" are stated properly by relative paths.

Your mentioned library does not seem to be included.

cake-wallet-bin /opt/cake-wallet-bin/lib/
cake-wallet-bin /opt/cake-wallet-bin/lib/libapp.so
cake-wallet-bin /opt/cake-wallet-bin/lib/libbitbox_flutter_plugin.so
cake-wallet-bin /opt/cake-wallet-bin/lib/libdevicelocale_plugin.so
cake-wallet-bin /opt/cake-wallet-bin/lib/libdnssec_proof.so
cake-wallet-bin /opt/cake-wallet-bin/lib/libfile_selector_linux_plugin.so
cake-wallet-bin /opt/cake-wallet-bin/lib/libflutter_linux_gtk.so
cake-wallet-bin /opt/cake-wallet-bin/lib/libflutter_local_authentication_plugin.so
cake-wallet-bin /opt/cake-wallet-bin/lib/libsp_scanner.so
cake-wallet-bin /opt/cake-wallet-bin/lib/libsqlite3_flutter_libs_plugin.so
cake-wallet-bin /opt/cake-wallet-bin/lib/liburl_launcher_linux_plugin.so
cake-wallet-bin /opt/cake-wallet-bin/lib/libwarp_api_ffi.so
cake-wallet-bin /opt/cake-wallet-bin/lib/monero_libwallet2_api_c.so
cake-wallet-bin /opt/cake-wallet-bin/lib/wownero_libwallet2_api_c.so

Maybe, a new package needs to be created which could then be stated as an optional dependency here.

tyler19820201 commented on 2026-03-20 18:16 (UTC) (edited on 2026-03-20 18:17 (UTC) by tyler19820201)

Unable to fetch Lightning address....

because it cannot find the shared library required for Lightning Network (Breez SDK) functionality. This is a common packaging error with AUR versions of Cake Wallet where the .so files are not placed in the system's library path.

Any recommendation?

codebus commented on 2025-12-03 20:33 (UTC)

v5.6.0 tarball is not passing validity check

dujemiha commented on 2025-08-31 10:09 (UTC)

v5.3.0 binary tarball fails verification.

Troughy commented on 2025-07-18 16:08 (UTC)

I fixed the validity check by removing yay's cache.. (~/.cache/yay)

TheTrueColonel commented on 2025-07-18 00:32 (UTC)

Failing validity check on one of the files.

joethelion commented on 2025-07-14 15:06 (UTC)

I'm finding that the SHA sum for one file is incorrect. After obtaining the original and checking that against both the SHA256 and 512, updated the PKGBUILD and works with that.

Troughy commented on 2025-04-17 12:57 (UTC)

Hello, validity check for cake-wallet-bin-v4.26.0-release.tar.xz fails.

Spixmaster commented on 2025-04-11 06:48 (UTC)

Thank you. The authors must have changed it later which is unfortunate.