Download Latest Version Phoenix v2.6.4 source code.tar.gz (3.5 MB)
Email in envelope

Get an email when there's a new version of Phoenix Kotlin

Home / android-v2.6.4
Name Modified Size InfoDownloads / Week
Parent folder
SHA256SUMS.asc 2025-08-14 978 Bytes
phoenix-107-2.6.4-mainnet.apk 2025-08-14 16.7 MB
Phoenix v2.6.4 source code.tar.gz 2025-08-14 3.5 MB
Phoenix v2.6.4 source code.zip 2025-08-14 4.4 MB
README.md 2025-08-14 1.4 kB
Totals: 5 Items   24.6 MB 0

Changes

Added look ahead to on-chain wallet

Phoenix now look for 3 addresses past the first unused index. This helps in some edge cases where funds would have been deposited to an address past the first unused index and were not taken into account by Phoenix.

Note, the swap addresses can be visualised in Settings > Wallet info > Swap addresses.

(android) Fixed localisation issue with decimal amount inputs

Depending on the device locale, the decimal separator may be a comma or a dot character. If it's a comma it was causing issues with conversion.

Full changelog

This release also contains various fixes. See: - phoenix: https://github.com/ACINQ/phoenix/compare/android-v2.6.2...android-v2.6.4 - lightning-kmp: https://github.com/ACINQ/lightning-kmp/compare/v1.10.4...v1.10.6

Package ID

The Android application ID is fr.acinq.phoenix.mainnet. The iOS Bundle identifier is co.acinq.phoenix.

Verifying signatures

You will need gpg and our release signing key E04E48E72C205463. Note that you can get it: - from our website: https://acinq.co/pgp/drouinf2.asc - from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys

To import our signing key:

$ gpg --import drouinf2.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped
Source: README.md, updated 2025-08-14