Skip to content

Releases: ZeusLN/zeus

v0.11.2-beta1

04 Jul 16:04
5adf802
Compare
Choose a tag to compare
v0.11.2-beta1 Pre-release
Pre-release

ZEUS v0.11.2-beta1

v0.11.2 Highlights:

  • feat: Extended message signing with on-chain addresses
  • feat: Cashu: lock tokens to pubkey (w/ optional timeout)
  • feat: Cashu token animated QRs
  • feat: POS: set tax rate for individual items
  • feat: LND: set close address on channel open
  • feat: QR: Share: add ability to select share QR or share text
  • feat: Currency: 🇿🇲 Zambian Kwacha (ZMW)
  • feat: Locale: Taiwanese Mandarin (zh-tw)
  • feat: Payment Request: add MMP + AMP explainers
  • enhancement: POS: reuse existing invoices when applicable
  • enhancement: show swap button only if request is within min/max range
  • enhancement: Payment Request: add MMP + AMP explainers
  • fix: Swaps refund edge case
  • fix: Incorrect totalSats calculation after adding tip %
  • refactor: fix listeners on Receive Ecash view

What's Changed

New Contributors

Full Changelog: v0.11.2-alpha4...v0.11.2-beta1

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.2-beta1.txt and manifest-v0.11.2-beta1.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.2-beta1.txt.sig manifest-v0.11.2-beta1.txt

You should see the following if the verification was successful:

gpg: Signature made Thu Jun 12 08:24:40 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.2-beta1.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.11.2-alpha4

30 Jun 00:06
852a4b6
Compare
Choose a tag to compare
v0.11.2-alpha4 Pre-release
Pre-release

In this build:

  • feat: QR: Share: add ability to select share QR or share text
  • feat: Currency: 🇿🇲 Zambian Kwacha (ZMW)
  • feat: Locale: Taiwanese Mandarin (zh-tw)
  • feat: Payment Request: add MMP + AMP explainers
  • fix: Swaps refund edge case
  • fix: Incorrect totalSats calculation after adding tip %
  • refactor: fix listeners on Receive Ecash view

What's Changed

Full Changelog: v0.11.2-alpha3...v0.11.2-alpha4

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.2-alpha4.txt and manifest-v0.11.2-alpha4.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.2-alpha4.txt.sig manifest-v0.11.2-alpha4.txt

You should see the following if the verification was successful:

gpg: Signature made Wed Jun 25 23:34:29 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.2-alpha4.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.11.2-alpha3

29 Jun 16:48
a4326a4
Compare
Choose a tag to compare
v0.11.2-alpha3 Pre-release
Pre-release

In this build:

  • feat: QR: Share: add ability to select share QR or share text
  • feat: Currency: 🇿🇲 Zambian Kwacha (ZMW)
  • feat: Locale: Taiwanese Mandarin (zh-tw)
  • feat: Payment Request: add MMP + AMP explainers
  • fix: Swaps refund edge case
  • fix: Incorrect totalSats calculation after adding tip %
  • refactor: fix listeners on Receive Ecash view

What's Changed

Full Changelog: v0.11.2-alpha2...v0.11.2-alpha3

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.2-alpha3.txt and manifest-v0.11.2-alpha3.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.2-alpha3.txt.sig manifest-v0.11.2-alpha3.txt

You should see the following if the verification was successful:

gpg: Signature made Wed Jun 25 23:34:29 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.2-alpha3.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.11.2-alpha2

26 Jun 22:41
84b4a18
Compare
Choose a tag to compare
v0.11.2-alpha2 Pre-release
Pre-release

In this build:

  • feat: QR: Share: add ability to select share QR or share text
  • feat: Currency: 🇿🇲 Zambian Kwacha (ZMW)
  • feat: Locale: Taiwanese Mandarin (zh-tw)
  • feat: Payment Request: add MMP + AMP explainers
  • fix: Swaps refund edge case
  • fix: Incorrect totalSats calculation after adding tip %
  • refactor: fix listeners on Receive Ecash view

What's Changed

Full Changelog: v0.11.2-alpha1...v0.11.2-alpha2

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.2-alpha2.txt and manifest-v0.11.2-alpha2.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.2-alpha2.txt.sig manifest-v0.11.2-alpha2.txt

You should see the following if the verification was successful:

gpg: Signature made Wed Jun 25 23:34:29 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.2-alpha2.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.11.2-alpha1

26 Jun 03:38
18b437f
Compare
Choose a tag to compare
v0.11.2-alpha1 Pre-release
Pre-release

In this build:

  • feat: QR: Share: add ability to select share QR or share text
  • feat: Currency: 🇿🇲 Zambian Kwacha (ZMW)
  • feat: Locale: Taiwanese Mandarin (zh-tw)
  • feat: Payment Request: add MMP + AMP explainers
  • fix: Swaps refund edge case
  • fix: Incorrect totalSats calculation after adding tip %
  • refactor: fix listeners on Receive Ecash view

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration in #3099
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3102
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3103
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3106
  • refactor: fix lodash imports by @kaloudis in #3109
  • feat: Currency: 🇿🇲 Zambian Kwacha (ZMW) by @kaloudis in #3105
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3110
  • refactor: fix listeners on Receive Ecash view by @kaloudis in #3108
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3111
  • fix: Incorrect totalSats calculation after adding tip % by @shubhamkmr04 in #3107
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3112
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3117
  • locale: Taiwanese Mandarin (zh-tw) by @iongchun in #3118
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3120
  • feat: QR: Share: add ability to select share QR or share text by @kaloudis in #3116
  • feat: Payment Request: add MMP + AMP explainers by @kaloudis in #3122
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3121
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3123
  • ZEUS-3100: swaps refund edge case by @kaloudis in #3126

New Contributors

Full Changelog: v0.11.1...v0.11.2-alpha1

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.2-alpha1.txt and manifest-v0.11.2-alpha1.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.2-alpha1.txt.sig manifest-v0.11.2-alpha1.txt

You should see the following if the verification was successful:

gpg: Signature made Wed Jun 25 23:34:29 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.2-alpha1.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.11.1

15 Jun 01:22
2dbb9da
Compare
Choose a tag to compare

ZEUS v0.11.1

This release fixes a few bugs including a navigation issue that would lock the app after an unsuccessful connection to a remote wallet.

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration in #3087
  • enhancement: added support for model background in themeColor by @ajaysehwal in #3078
  • fix: notes rendering in activity view by @a-khushal in #3069
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3098

Full Changelog: v0.11.0...v0.11.1

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.1.txt and manifest-v0.11.1.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.1.txt.sig manifest-v0.11.1.txt

You should see the following if the verification was successful:

gpg: Signature made Fri Jun 13 10:06:50 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.1.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

F-Droid
Google Play

iOS

IPA

Apple App Store

v0.11.1-beta1

12 Jun 21:37
7c18155
Compare
Choose a tag to compare
v0.11.1-beta1 Pre-release
Pre-release

ZEUS v0.11.1-beta1

This release fixes a few bugs including a navigation issue that would lock the app after an unsuccessful connection to a remote wallet.

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration in #3087
  • enhancement: added support for model background in themeColor by @ajaysehwal in #3078
  • fix: notes rendering in activity view by @a-khushal in #3069
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3098

Full Changelog: v0.11.0...v0.11.1-beta1

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.1-beta1.txt and manifest-v0.11.1-beta1.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.1-beta1.txt.sig manifest-v0.11.1-beta1.txt

You should see the following if the verification was successful:

gpg: Signature made Thu Jun 12 08:24:40 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.1-beta1.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.11.0

10 Jun 13:00
231e804
Compare
Choose a tag to compare

ZEUS v0.11.0

v0.11.0 Highlights

  • Experimental Cashu ecash wallet
  • Swaps: LN -> on-chain, and vice versa
  • Import and export wallet configs
  • UTXO labeling
  • Activity: filter for keysends
  • CLN: support for generating Taproot addresses
  • CLN: view closed channels

Notes:

  • Cashu wallets are tied to Embedded LND wallets. Enable under Settings > Ecash
  • Other wallet types can still sweep funds from Cashu tokens
  • ZEUS Pay now supports Cashu address types. You can switch between Zaplocker, Cashu, and NWC mode but can only use one at a time.

What's Changed

  • Add approximate symbol to fiat amounts by @kaloudis in #2952
  • Android: Add monochrome launcher icon by @dennisreimann in #2926
  • feat : Activity add filters for Keysends by @ajaysehwal in #2961
  • [feat] Cashu by @kaloudis in #2946
  • fix: Added logic to fetch the fiatRates as the component mounts by @Lordhacker756 in #2943
  • Add Show/Hide Toggle for Sensitive Input Fields in Node Connection Configurations by @Akshanshkaushal in #2975
  • [Transifex] Updates for project ZEUS by @transifex-integration in #2985
  • UI/UX improvements for Receive view by @Lordhacker756 in #2937
  • [Transifex] Updates for project ZEUS by @transifex-integration in #2993
  • Backends: allow override of default timeout #2887 by @ajaysehwal in #2931
  • clnrest: supportOffers is always true starting with cln 24.11 by @daywalker90 in #2997
  • bip353: join multiline txt without whitespace by @daywalker90 in #2996
  • Node Info View: minor layout fix by @myxmaster in #2981
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3004
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3007
  • feat: CLNREST listclosedchannels by @a-khushal in #2995
  • fix: Icons in Contact QR by @a-khushal in #2994
  • feat: CLNRest taproot addresses by @a-khushal in #3005
  • enhancement: Close channel changes by @kaloudis in #3013
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3018
  • ChannelsFilter: Prevent auto correction in SearchBar by @myxmaster in #2924
  • Channel and peer connection error clearing in UI by @cherry-1729-9090 in #3021
  • ZEUS-2992: feat: Implement automatic Cashu mint sweeping based on threshold by @kaloudis in #3014
  • refactor: Stores by @kaloudis in #3026
  • fix: menu BackendUtils.supportOffers() is async by @ajaysehwal in #3022
  • refactor: Cashu robustness by @kaloudis in #3029
  • feat: new Cashu seed format + BIP-39 export by @kaloudis in #3032
  • fix: LND: custom route hints channel ID by @myxmaster in #3028
  • fix: Item pricing in Square POS mode by @kaloudis in #3033
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3027
  • App startup wallet selection by @cherry-1729-9090 in #3003
  • design: Improved icons in menu/settings by @myxmaster in #3037
  • fix: LND: precision bug for inbound fee rate by @shubhamkmr04 in #3036
  • feat: Cashu: handle keyset rotation by @kaloudis in #3035
  • feat: toggle hint icon by @a-khushal in #3020
  • refactor: simplify contactQR data to include only essential fields by @a-khushal in #3011
  • design: Fix regression PR #3037 by @myxmaster in #3040
  • refactor: specify amount as sats wherever possible by @kaloudis in #3039
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3034
  • refactor: add or edit fields to Contacts section by @ajaysehwal in #3019
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3042
  • fix: Notifications: check Android for Google Mobile Services by @kaloudis in #3044
  • FontUtils by @kaloudis in #3046
  • ZEUS-1625: fix: improved clipboard button behavior by @kaloudis in #3047
  • fix: hiding content on Mint view by @shubhamkmr04 in #3050
  • refactor: HopPicker modal layout by @ajaysehwal in #3041
  • [swaps] fix: fiat amount input + on-chain fee rate fetching by @shubhamkmr04 in #3054
  • fix: SwapDetails by @shubhamkmr04 in #3056
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3055
  • [feat] Swaps by @kaloudis in #2947
  • feat: export/import feature for wallet configs by @myxmaster in #2963
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3057
  • [export-import-node-configs] updated filename, removed unneeded getter by @kaloudis in #3062
  • feat: Add swap button to payment/send screens and prefill swap form by @kaloudis in #3060
  • [feat] export/import feature for wallet configs by @kaloudis in #3059
  • feat: UTXO labeling by @a-khushal in #2989
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3061
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3068
  • fix: handling empty inbound fee rate by @shubhamkmr04 in #3072
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3071
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3074
  • fix: mint name text overflow in ecash mint picker by @ajaysehwal in #3075
  • POS receipt enhancements + fixes by @kaloudis in #3076
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3077
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3079
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3081
  • fix: handling empty inbound fee rate by @shubhamkmr04 in #3082
  • feat: ZEUS Pay+ dynamic values by @kaloudis in #3086

New Contributors

Full Changelog: v0.10.2...v0.11.0

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.0.txt and manifest-v0.11.0.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.0.txt.sig manifest-v0.11.0.txt

You should see the following if the verification was successful:

gpg: Signature made Sat Jun  7 16:40:35 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.0.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

[ZEU...

Read more

v0.11.0-rc1

07 Jun 19:52
ccd875e
Compare
Choose a tag to compare
v0.11.0-rc1 Pre-release
Pre-release

ZEUS v0.11.0-rc1

v0.11.0 Highlights

  • Experimental Cashu ecash wallet
  • Swaps: LN -> on-chain, and vice versa
  • Import and export wallet configs
  • UTXO labeling
  • Activity: filter for keysends
  • CLN: support for generating Taproot addresses
  • CLN: view closed channels

Notes:

  • Cashu wallets are tied to Embedded LND wallets. Enable under Settings > Ecash
  • Other wallet types can still sweep funds from Cashu tokens
  • ZEUS Pay now supports Cashu address types. You can switch between Zaplocker, Cashu, and NWC mode but can only use one at a time.

What's Changed

Full Changelog: v0.11.0-beta3...v0.11.0-rc1

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.0-rc1.txt and manifest-v0.11.0-rc1.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.0-rc1.txt.sig manifest-v0.11.0-rc1.txt

You should see the following if the verification was successful:

gpg: Signature made Thu Jun  5 20:38:45 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.0-rc1.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.11.0-beta3

06 Jun 01:24
84da4a9
Compare
Choose a tag to compare
v0.11.0-beta3 Pre-release
Pre-release

ZEUS v0.11.0-beta3

v0.11.0 Highlights

  • Experimental Cashu ecash wallet
  • Swaps: LN -> on-chain, and vice versa
  • Import and export wallet configs
  • UTXO labeling
  • Activity: filter for keysends
  • CLN: support for generating Taproot addresses
  • CLN: view closed channels

Notes:

  • Cashu wallets are tied to Embedded LND wallets. Enable under Settings > Ecash
  • Other wallet types can still sweep funds from Cashu tokens
  • ZEUS Pay now supports Cashu address types. You can switch between Zaplocker, Cashu, and NWC mode but can only use one at a time.

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration in #3079
  • [Transifex] Updates for project ZEUS by @transifex-integration in #3081
  • fix: handling empty inbound fee rate by @shubhamkmr04 in #3082
  • feat: ZEUS Pay+ dynamic values by @kaloudis in #3086

Full Changelog: v0.11.0-beta2...v0.11.0-beta3

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.11.0-beta3.txt and manifest-v0.11.0-beta3.txt.sig are in the current directory) with:

gpg --verify manifest-v0.11.0-beta3.txt.sig manifest-v0.11.0-beta3.txt

You should see the following if the verification was successful:

gpg: Signature made Thu Jun  5 20:38:45 2025 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.11.0-beta3.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA