Skip to content

Releases: ZeusLN/zeus

v0.12.2-alpha1

09 Jan 21:31
358f848

Choose a tag to compare

v0.12.2-alpha1 Pre-release
Pre-release
ZEUS v0.12.2-alpha2

In this build

  • feat: support for legacy South African retail QR codes (MoneyBadger) 🇿🇦
  • feat: add NWC connection activity view to show payment history
  • enhancement: pubkey display UX in message verification
  • ui: misc enhancements
  • bug fixes

What's Changed

  • feat: enhance pubkey display UX in message verification by @a-khushal in #3496
  • fix: race for LSP wrapping from Keypad view by @kaloudis in #3506
  • fix: app crash when sending keysend payment by @ajaysehwal in #3505
  • [rn-upgrade]: fix: Divider on AddContact view by @shubhamkmr04 in #3511
  • [rn-upgrade]: fix: display existing NWC connection budget on edit screen by @ajaysehwal in #3510
  • fix: disable invoice toggling from On-chain Addresses views by @kaloudis in #3503
  • feat: support legacy South African retail QR codes (MoneyBadger) by @a-khushal in #3436
  • fix(pos): resolve product amount input issue by @ajaysehwal in #3502
  • feat: add NWC connection activity view to show payment history by @ajaysehwal in #3423
  • ZEUS-3312: Embedded node: better channel refreshing UX by @kaloudis in #3509
  • deps: React Native upgrade: 0.74.2 -> 0.83.1 by @kaloudis in #3501
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3508

Full Changelog: v0.12.1...v0.12.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.12.2-alpha1.txt and manifest-v0.12.2-alpha1.txt.sig are in the current directory) with:

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

You should see the following if the verification was successful:

gpg: Signature made Fri Jan  9 16:28:50 2026 EST
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.12.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.

Android fingerprint

Users verifying the release on an Android device can check against the key fingerprint below using AppVerifier. This fingerprint can also be found on our website here.

SHA1: 32:06:3C:97:96:38:0D:99:EE:4A:CB:B8:1E:2A:6F:27:FD:66:8E:C1
  SHA256: 2A:F8:E2:0A:C9:44:57:67:CB:D4:4E:D8:4D:BB:FC:33:C6:C9:82:48:89:7C:4F:84:3C:42:C2:76:5C:4A:D3:BA
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

External links

ZEUS documentation
PGP Key

Apple TestFlight

v0.12.1

07 Jan 14:32
d766148

Choose a tag to compare

ZEUS v0.12.1

v0.12.1 Highlights

  • feat: Cashu: Legacy seed restore tool
  • feat: Support for nested URI schemes (LIGHTNING:lnurlp://..)
  • ui: updated Ecash balance row
  • fix: payment amount for partial HTLC success and add regression tests
  • fix: don't allow user to add mint multiple times
  • fix: Cashu Migration for multiple nodes
  • fix: incoming channel alias resolution

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3464
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3465
  • refactor: replace instances of width: '95%' with flex: 1 on rows with carets by @ajaysehwal in #3387
  • fix: Overlapping content in Pill component by @shubhamkmr04 in #3359
  • feat: Mask seed phrase words on blur during recovery by @a-khushal in #3457
  • ZEUS-3419: Support for nested URI schemes (LIGHTNING:lnurlp://..) by @kaloudis in #3425
  • LNURL-pay flow fixes by @kaloudis in #3469
  • fix: keychain deprecation warning in removeItem by @ajaysehwal in #3476
  • refactor: Cashu mint error handling by @kaloudis in #3451
  • enhancement: leverage fixed aliases on Peers view by @kaloudis in #3474
  • feat: Cashu: Legacy seed recovery by @kaloudis in #3473
  • build: postinstall race condition by @kaloudis in #3479
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3471
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3483
  • fix(cashu): don't allow user to add mint multiple times by @ajaysehwal in #3482
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3487
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3489
  • fix: payment amount for partial HTLC success by @giovantenne in #3431
  • fix: incoming channel alias display by @a-khushal in #3486
  • fix: Cashu Migration for multiple nodes by @shubhamkmr04 in #3485
  • ui: new Ecash balance layer style by @kaloudis in #3490
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3494

New Contributors

Full Changelog: v0.12.0...v0.12.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.12.1.txt and manifest-v0.12.1.txt.sig are in the current directory) with:

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

You should see the following if the verification was successful:

gpg: Signature made Sat Jan  3 21:35:25 2026 EST
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.12.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

arm64-v8a APK
Universal APK
Manifest
Manifest Signature

F-Droid
Google Play

iOS

IPA

Apple App Store

v0.12.1-rc1

04 Jan 01:42
44ffa85

Choose a tag to compare

v0.12.1-rc1 Pre-release
Pre-release
ZEUS v0.12.1-rc1

v0.12.1 Highlights

  • feat: Cashu: Legacy seed restore tool
  • feat: Support for nested URI schemes (LIGHTNING:lnurlp://..)
  • ui: updated Ecash balance row
  • fix: payment amount for partial HTLC success and add regression tests
  • fix: don't allow user to add mint multiple times
  • fix: Cashu Migration for multiple nodes
  • fix: incoming channel alias resolution

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3494

Full Changelog: v0.12.1-beta1...v0.12.1-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.12.1-rc1.txt and manifest-v0.12.1-rc1.txt.sig are in the current directory) with:

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

You should see the following if the verification was successful:

gpg: Signature made Sat Jan  3 20:34:16 2026 EST
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.12.1-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.

Android fingerprint

Users verifying the release on an Android device can check against the key fingerprint below using AppVerifier. This fingerprint can also be found on our website here.

SHA1: 32:06:3C:97:96:38:0D:99:EE:4A:CB:B8:1E:2A:6F:27:FD:66:8E:C1
  SHA256: 2A:F8:E2:0A:C9:44:57:67:CB:D4:4E:D8:4D:BB:FC:33:C6:C9:82:48:89:7C:4F:84:3C:42:C2:76:5C:4A:D3:BA
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.12.1-beta1

01 Jan 15:44
ae7961d

Choose a tag to compare

v0.12.1-beta1 Pre-release
Pre-release
ZEUS v0.12.1-beta1

In this build

  • ui: updated Ecash balance row
  • fix: payment amount for partial HTLC success and add regression tests
  • fix: don't allow user to add mint multiple times
  • fix: Cashu Migration for multiple nodes
  • fix: incoming channel alias resolution

v0.12.1 Highlights

  • feat: Cashu: Legacy seed restore tool
  • feat: Support for nested URI schemes (LIGHTNING:lnurlp://..)
  • ui: misc enhancements

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3471
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3483
  • fix(cashu): don't allow user to add mint multiple times by @ajaysehwal in #3482
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3487
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3489
  • fix: payment amount for partial HTLC success by @giovantenne in #3431
  • fix: incoming channel alias display by @a-khushal in #3486
  • fix: Cashu Migration for multiple nodes by @shubhamkmr04 in #3485
  • ui: new Ecash balance layer style by @kaloudis in #3490

New Contributors

Full Changelog: v0.12.1-alpha1...v0.12.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.12.1-beta1.txt and manifest-v0.12.1-beta1.txt.sig are in the current directory) with:

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

You should see the following if the verification was successful:

gpg: Signature made Wed Dec 31 12:08:31 2025 EST
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.12.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.

Android fingerprint

Users verifying the release on an Android device can check against the key fingerprint below using AppVerifier. This fingerprint can also be found on our website here.

SHA1: 32:06:3C:97:96:38:0D:99:EE:4A:CB:B8:1E:2A:6F:27:FD:66:8E:C1
  SHA256: 2A:F8:E2:0A:C9:44:57:67:CB:D4:4E:D8:4D:BB:FC:33:C6:C9:82:48:89:7C:4F:84:3C:42:C2:76:5C:4A:D3:BA
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.12.1-alpha1

24 Dec 17:40
a3d7c7a

Choose a tag to compare

v0.12.1-alpha1 Pre-release
Pre-release
ZEUS v0.12.1-alpha1

In this build

  • feat: Cashu: Legacy seed restore tool
  • feat: Support for nested URI schemes (LIGHTNING:lnurlp://..)
  • ui: misc enhancements
  • bug fixes

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3464
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3465
  • refactor: replace instances of width: '95%' with flex: 1 on rows with carets by @ajaysehwal in #3387
  • fix: Overlapping content in Pill component by @shubhamkmr04 in #3359
  • feat: Mask seed phrase words on blur during recovery by @a-khushal in #3457
  • ZEUS-3419: Support for nested URI schemes (LIGHTNING:lnurlp://..) by @kaloudis in #3425
  • LNURL-pay flow fixes by @kaloudis in #3469
  • fix: keychain deprecation warning in removeItem by @ajaysehwal in #3476
  • refactor: Cashu mint error handling by @kaloudis in #3451
  • enhancement: leverage fixed aliases on Peers view by @kaloudis in #3474
  • feat: Cashu: Legacy seed recovery by @kaloudis in #3473
  • build: postinstall race condition by @kaloudis in #3479

Full Changelog: v0.12.0...v0.12.1-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.12.1-alpha1.txt and manifest-v0.12.1-alpha1.txt.sig are in the current directory) with:

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

You should see the following if the verification was successful:

gpg: Signature made Wed Dec 24 12:37:50 2025 EST
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.12.1-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.

Android fingerprint

Users verifying the release on an Android device can check against the key fingerprint below using AppVerifier. This fingerprint can also be found on our website here.

SHA1: 32:06:3C:97:96:38:0D:99:EE:4A:CB:B8:1E:2A:6F:27:FD:66:8E:C1
  SHA256: 2A:F8:E2:0A:C9:44:57:67:CB:D4:4E:D8:4D:BB:FC:33:C6:C9:82:48:89:7C:4F:84:3C:42:C2:76:5C:4A:D3:BA
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

External links

ZEUS documentation
PGP Key

Apple TestFlight

v0.12.0

22 Dec 13:23
45509ee

Choose a tag to compare

ZEUS v0.12.0

v0.12.0 Highlights

  • feat: Nostr Wallet Connect service
  • feat: Circular Channel Rebalance tool
  • feat: Battery saver detection and warning for Embedded LND
  • feat: WIF private key import
  • feat: Swaps: Add ability to scan addresses/invoices
  • feat: show LSP and Swap purchase in Activity view
  • feat: LND: Channel Paths for incoming payments
  • feat: add support for new CLNRest connection string format
  • feat: Embedded node: Express Graph Sync payment prompt
  • enhancement: Display balances in payment method selection view
  • enhancement: Add visual feedback when copying strings to clipboard
  • enhancement: improved Cashu mint fund restoration
  • design: Amounts displayed on generated invoices

What's Changed

  • design: Amounts on invoices by @kaloudis in #3316
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3318
  • ui: Activity label on Home view by @kaloudis in #3313
  • fix: don't generate on-chain address on 'Receive' view from LN row by @kaloudis in #3315
  • feat: POS: 'Quick pay' to bypass order view by @shubhamkmr04 in #3225
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3320
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3321
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3327
  • feat: WIF private key sweeps by @a-khushal in #3023
  • deps: nostr-tools subdep mapping by @kaloudis in #3330
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3329
  • fix: Cashu mint restore logic by @kaloudis in #3333
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3332
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3334
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3335
  • refactor: replacing UNSAFE React lifecycle methods by @shubhamkmr04 in #3325
  • refactor: CLNRest: Withdrawal Request views and Data fetching by @a-khushal in #3305
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3339
  • fix: showing channel status while selecting first and last hop by @shubhamkmr04 in #3340
  • enhancement: Display balances in payment method selection view by @ajaysehwal in #3317
  • enhancement: Add visual feedback when copying KeyValue items by @a-khushal in #3350
  • feat: Swaps - Add ability to scan addresses/invoices by @shubhamkmr04 in #3323
  • fix: exclude our storage from iCloud backup by @shubhamkmr04 in #3307
  • fix: LNURLp amount regression by @kaloudis in #3346
  • Revert "fix: exclude our storage from iCloud backup" by @kaloudis in #3354
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3353
  • ZEUS-3355: add new CLNRest connection string format by @kaloudis in #3356
  • enhancement: condense memos in Activity view by @kaloudis in #3347
  • ui: fix alignment of Payment path button by @kaloudis in #3348
  • feat: Embedded node: Graph Sync Payment Prompt by @a-khushal in #3287
  • feat: LND: Channel Paths for Incoming Payments by @a-khushal in #3302
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3365
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3367
  • fix: prevent swipe nav back on Payment Request view by @kaloudis in #3364
  • feat: Show services in the activity list by @shubhamkmr04 in #3341
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3369
  • [icloud-backup] fix: exclude the storage from using iCloud backup by @shubhamkmr04 in #3370
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3372
  • feat: Add on-chain payment verification screen by @ajaysehwal in #3338
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3374
  • [icloud-backup] fix : sync keychain read options 'cloudSync' with write options by @shubhamkmr04 in #3376
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3381
  • fix: include routing hints when autogenerating 0 amount invoice by @kaloudis in #3383
  • [battery-saver-warning] feat: Battery saver detection and warning for Embedded LND by @a-khushal in #3378
  • [icloud-backup] fix: migrate data to exclude cloudSync for storage by @shubhamkmr04 in #3382
  • [feat] Battery saver detection and warning for Embedded LND by @kaloudis in #3385
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3386
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3388
  • fix: Swaps: Prevent UI flicker by @shubhamkmr04 in #3390
  • fix: ui: prevent NewChannelModal title from appearing on next screen by @ajaysehwal in #3391
  • fix: iOS Switch spacing for new Liquid Glass update by @shubhamkmr04 in #3379
  • feat: Circular Rebalance of channels by @cherry-1729-9090 in #3073
  • build(deps): bump node-forge from 1.3.1 to 1.3.2 by @dependabot[bot] in #3396
  • ZEUS-3363: Import Account scanning regression by @kaloudis in #3394
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3395
  • fix: Animation not triggering by @shubhamkmr04 in #3389
  • [nwc-service] refactor: update NWC service loading icon (Nostrich → nwc-logo) by @ajaysehwal in #3398
  • fix: initialize sponsor arrays to prevent undefined slice error by @ajaysehwal in #3399
  • [nwc-service] fix: NWC health check for backends without node info support by @ajaysehwal in #3401
  • [icloud-backup] fix: Migrating Swaps by @shubhamkmr04 in #3404
  • [icloud-backup] fix: Change migration Key by @shubhamkmr04 in #3405
  • [feat] fix: iCloud backup storage issue by @kaloudis in #3371
  • [nwc-service] fix: LNDHub budget tracking by @ajaysehwal in #3406
  • [nwc-service] refactor: execute payments in parallel instead of sequentially by @ajaysehwal in #3407
  • [feat] Nostr Wallet Connect (NWC) service by @kaloudis in #3216
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3422
  • fix (Wallet): race condition in wallet balance by @shubhamkmr04 in #3418
  • fix: nwc-service race conditions bugs for Android by @ajaysehwal in #3428
  • feat: added support for custom relays by @ajaysehwal in #3429
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3433
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3435
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3438
  • [feat] fix: Account QR fix by @kaloudis in #3440
  • fix: lightning node transaction list bug in Nostr clients by @ajaysehwal in #3432
  • Revert "fix: lightning node transaction list bug in Nostr clients" by @kaloudis in #3444
  • fix(nwc): connection QR iOS background timer display and loading bug by @ajaysehwal in #3446
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3443
  • fix(nwc): reload wallet max budget to avoid using old value by @ajaysehwal in #3455
  • fix: CollapsedQR: don't diplay amount under QR when 0 by @kaloudis in #3454
  • Currencies: XOF, MWK, LSL, SZL by @kaloudis in #3411
  • enhancement: iOS: DropdownSettin...
Read more

v0.12.0-rc1

19 Dec 15:59
8f05396

Choose a tag to compare

v0.12.0-rc1 Pre-release
Pre-release
ZEUS v0.12.0-rc1

NOTE: Nostr Wallet Connect service menu is now moved out from Settings and into Tools.

In this build

  • New default invoice behavior
  • Currencies: XOF, MWK, LSL, SZL
  • Improved Channel rebalancing UI + UX
  • Bug fixes

v0.12.0 Highlights

  • feat: Nostr Wallet Connect service
  • feat: Circular Channel Rebalance tool
  • feat: Battery saver detection and warning for Embedded LND
  • feat: WIF private key import
  • feat: Swaps: Add ability to scan addresses/invoices
  • feat: show LSP and Swap purchase in Activity view
  • feat: LND: Channel Paths for incoming payments
  • feat: add support for new CLNRest connection string format
  • feat: Embedded node: Express Graph Sync payment prompt
  • enhancement: Display balances in payment method selection view
  • enhancement: Add visual feedback when copying strings to clipboard
  • enhancement: improved Cashu mint fund restoration
  • design: Amounts displayed on generated invoices

What's Changed

  • fix(nwc): reload wallet max budget to avoid using old value by @ajaysehwal in #3455
  • fix: CollapsedQR: don't diplay amount under QR when 0 by @kaloudis in #3454
  • Currencies: XOF, MWK, LSL, SZL by @kaloudis in #3411
  • enhancement: iOS: DropdownSetting: use translate keys by @kaloudis in #3453
  • Rebalancing: manual input mode by @cherry-1729-9090 in #3409
  • feat: Settings: Invoices: set default invoice to Lightning by @kaloudis in #3452
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3458
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3461
  • fix: Lightning address copy value by @kaloudis in #3460
  • Rebalancing styles by @kaloudis in #3459

Full Changelog: v0.12.0-beta2...v0.12.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.12.0-rc1.txt and manifest-v0.12.0-rc1.txt.sig are in the current directory) with:

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

You should see the following if the verification was successful:

gpg: Signature made Fri Dec 19 10:55:24 2025 EST
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.12.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.

Android fingerprint

Users verifying the release on an Android device can check against the key fingerprint below using AppVerifier. This fingerprint can also be found on our website here.

SHA1: 32:06:3C:97:96:38:0D:99:EE:4A:CB:B8:1E:2A:6F:27:FD:66:8E:C1
  SHA256: 2A:F8:E2:0A:C9:44:57:67:CB:D4:4E:D8:4D:BB:FC:33:C6:C9:82:48:89:7C:4F:84:3C:42:C2:76:5C:4A:D3:BA
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.12.0-beta2

16 Dec 12:26
d365a0e

Choose a tag to compare

v0.12.0-beta2 Pre-release
Pre-release
ZEUS v0.12.0-beta2

In this build

  • feat: NWC: support for custom relays
  • enhancement: improved bc-ur QR scanning support
  • bug fixes

v0.12.0 Highlights

  • feat: Nostr Wallet Connect service
  • feat: Circular Channel Rebalance tool
  • feat: Battery saver detection and warning for Embedded LND
  • feat: WIF private key import
  • feat: Swaps: Add ability to scan addresses/invoices
  • feat: show LSP and Swap purchase in Activity view
  • feat: LND: Channel Paths for incoming payments
  • feat: add support for new CLNRest connection string format
  • feat: Embedded node: Express Graph Sync payment prompt
  • enhancement: Display balances in payment method selection view
  • enhancement: Add visual feedback when copying strings to clipboard
  • enhancement: improved Cashu mint fund restoration
  • design: Amounts displayed on generated invoices

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3422
  • fix (Wallet): race condition in wallet balance by @shubhamkmr04 in #3418
  • fix: nwc-service race conditions bugs for Android by @ajaysehwal in #3428
  • feat: added support for custom relays by @ajaysehwal in #3429
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3433
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3435
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3438
  • [feat] fix: Account QR fix by @kaloudis in #3440
  • fix(nwc): connection QR iOS background timer display and loading bug by @ajaysehwal in #3446
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3443

Full Changelog: v0.12.0-beta1...v0.12.0-beta2

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.12.0-beta2.txt and manifest-v0.12.0-beta2.txt.sig are in the current directory) with:

gpg --verify manifest-v0.12.0-beta2.txt.sig manifest-v0.12.0-beta2.txt

You should see the following if the verification was successful:

gpg: Signature made Tue Dec 16 07:22:09 2025 EST
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.12.0-beta2.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.

Android fingerprint

Users verifying the release on an Android device can check against the key fingerprint below using AppVerifier. This fingerprint can also be found on our website here.

SHA1: 32:06:3C:97:96:38:0D:99:EE:4A:CB:B8:1E:2A:6F:27:FD:66:8E:C1
  SHA256: 2A:F8:E2:0A:C9:44:57:67:CB:D4:4E:D8:4D:BB:FC:33:C6:C9:82:48:89:7C:4F:84:3C:42:C2:76:5C:4A:D3:BA
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.12.0-beta1

11 Dec 11:56
9e81133

Choose a tag to compare

v0.12.0-beta1 Pre-release
Pre-release
ZEUS v0.12.0-beta1

v0.12.0 Highlights

  • feat: Nostr Wallet Connect service
  • feat: Circular Channel Rebalance tool
  • feat: Battery saver detection and warning for Embedded LND
  • feat: WIF private key import
  • feat: Swaps: Add ability to scan addresses/invoices
  • feat: show LSP and Swap purchase in Activity view
  • feat: LND: Channel Paths for incoming payments
  • feat: add support for new CLNRest connection string format
  • feat: Embedded node: Express Graph Sync payment prompt
  • enhancement: Display balances in payment method selection view
  • enhancement: Add visual feedback when copying strings to clipboard
  • enhancement: improved Cashu mint fund restoration
  • design: Amounts displayed on generated invoices

What's Changed

  • [icloud-backup] fix: exclude the storage from using iCloud backup by @shubhamkmr04 in #3370
  • [icloud-backup] fix : sync keychain read options 'cloudSync' with write options by @shubhamkmr04 in #3376
  • [icloud-backup] fix: migrate data to exclude cloudSync for storage by @shubhamkmr04 in #3382
  • [nwc-service] refactor: update NWC service loading icon (Nostrich → nwc-logo) by @ajaysehwal in #3398
  • fix: initialize sponsor arrays to prevent undefined slice error by @ajaysehwal in #3399
  • [nwc-service] fix: NWC health check for backends without node info support by @ajaysehwal in #3401
  • [icloud-backup] fix: Migrating Swaps by @shubhamkmr04 in #3404
  • [icloud-backup] fix: Change migration Key by @shubhamkmr04 in #3405
  • [feat] fix: iCloud backup storage issue by @kaloudis in #3371
  • [nwc-service] fix: LNDHub budget tracking by @ajaysehwal in #3406
  • [nwc-service] refactor: execute payments in parallel instead of sequentially by @ajaysehwal in #3407
  • [feat] Nostr Wallet Connect (NWC) service by @kaloudis in #3216

Full Changelog: v0.12.0-alpha4...v0.12.0-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.12.0-beta1.txt and manifest-v0.12.0-beta1.txt.sig are in the current directory) with:

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

You should see the following if the verification was successful:

gpg: Signature made Wed Dec 10 14:59:53 2025 EST
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.12.0-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.

Android fingerprint

Users verifying the release on an Android device can check against the key fingerprint below using AppVerifier. This fingerprint can also be found on our website here.

SHA1: 32:06:3C:97:96:38:0D:99:EE:4A:CB:B8:1E:2A:6F:27:FD:66:8E:C1
  SHA256: 2A:F8:E2:0A:C9:44:57:67:CB:D4:4E:D8:4D:BB:FC:33:C6:C9:82:48:89:7C:4F:84:3C:42:C2:76:5C:4A:D3:BA
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

External links

ZEUS documentation
PGP Key

Android

Universal APK
arm64-v8a APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

v0.12.0-alpha4

28 Nov 19:32
df05417

Choose a tag to compare

v0.12.0-alpha4 Pre-release
Pre-release
ZEUS v0.12.0-alpha4

In this build

  • feat: Circular Channel Rebalance tool
  • feat: Battery saver detection and warning for Embedded LND
  • fix: include routing hints when autogenerating 0 amount invoice
  • fix: Import Account scanning regression
  • misc UI fixes

Other v0.12.0 Highlights

  • feat: WIF private key import
  • feat: Swaps: Add ability to scan addresses/invoices
  • feat: show LSP and Swap purchase in Activity view
  • feat: LND: Channel Paths for incoming payments
  • feat: add support for new CLNRest connection string format
  • feat: Embedded node: Express Graph Sync payment prompt
  • enhancement: Display balances in payment method selection view
  • enhancement: Add visual feedback when copying strings to clipboard
  • enhancement: improved Cashu mint fund restoration
  • design: Amounts displayed on generated invoices
  • fix: show channel status while selecting first and last hops
  • fix: LNURLp amount regression

What's Changed

  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3372
  • feat: Add on-chain payment verification screen by @ajaysehwal in #3338
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3374
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3381
  • fix: include routing hints when autogenerating 0 amount invoice by @kaloudis in #3383
  • [battery-saver-warning] feat: Battery saver detection and warning for Embedded LND by @a-khushal in #3378
  • [feat] Battery saver detection and warning for Embedded LND by @kaloudis in #3385
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3386
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3388
  • fix: Swaps: Prevent UI flicker by @shubhamkmr04 in #3390
  • fix: ui: prevent NewChannelModal title from appearing on next screen by @ajaysehwal in #3391
  • fix: iOS Switch spacing for new Liquid Glass update by @shubhamkmr04 in #3379
  • feat: Circular Rebalance of channels by @cherry-1729-9090 in #3073
  • build(deps): bump node-forge from 1.3.1 to 1.3.2 by @dependabot[bot] in #3396
  • ZEUS-3363: Import Account scanning regression by @kaloudis in #3394
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #3395
  • fix: Animation not triggering by @shubhamkmr04 in #3389

Full Changelog: v0.12.0-alpha3...v0.12.0-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.12.0-alpha4.txt and manifest-v0.12.0-alpha4.txt.sig are in the current directory) with:

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

You should see the following if the verification was successful:

gpg: Signature made Fri Nov 28 14:30:51 2025 EST
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.12.0-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.

Android fingerprint

Users verifying the release on an Android device can check against the key fingerprint below using AppVerifier. This fingerprint can also be found on our website here.

SHA1: 32:06:3C:97:96:38:0D:99:EE:4A:CB:B8:1E:2A:6F:27:FD:66:8E:C1
  SHA256: 2A:F8:E2:0A:C9:44:57:67:CB:D4:4E:D8:4D:BB:FC:33:C6:C9:82:48:89:7C:4F:84:3C:42:C2:76:5C:4A:D3:BA
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

External links

ZEUS documentation
PGP Key

Apple TestFlight