Releases: ZeusLN/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
- build(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in /zeus_modules/@lightninglabs/lnc-core by @dependabot in #3127
- Extended the message signing and verification with on chain addresses by @cherry-1729-9090 in #2945
- fix: LND: hide account labeled 'imported' by @kaloudis in #3119
- feat: set close address on channel open by @shubhamkmr04 in #3051
- enhancement: reuse existing invoices for order payments in POS by @ajaysehwal in #3089
- enhancement: add ability to set tax rate for individual items by @ajaysehwal in #3088
- build: Update Android target API to 35 by @kaloudis in #3130
- feat: add ability to lock a token to a pubkey + set duration by @ajaysehwal in #3058
- Update README.md with deepwiki link by @alltheseas in #3090
- feat: ZEUS Pay: legacy accounts by @kaloudis in #3132
- feat: Dynamic Cashu QRs by @shubhamkmr04 in #3124
- enhancement: Show swap btn only if the requested amount is in the range of Swap by @shubhamkmr04 in #3070
- feat: ZEUS Pay+: get perks from service by @kaloudis in #3134
- [Transifex] Updates for project ZEUS by @transifex-integration in #3128
New Contributors
- @alltheseas made their first contribution in #3090
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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
v0.11.2-alpha4
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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
v0.11.2-alpha3
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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
v0.11.2-alpha2
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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
v0.11.2-alpha1
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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
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
- @dennisreimann made their first contribution in #2926
- @ajaysehwal made their first contribution in #2961
- @Lordhacker756 made their first contribution in #2943
- @Akshanshkaushal made their first contribution in #2975
- @daywalker90 made their first contribution in #2997
- @cherry-1729-9090 made their first contribution in #3021
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...
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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature