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

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

Home / android-v2.6.5
Name Modified Size InfoDownloads / Week
Parent folder
SHA256SUMS.asc 2025-09-18 978 Bytes
phoenix-108-2.6.5-mainnet.apk 2025-09-18 16.7 MB
Phoenix v2.6.5 source code.tar.gz 2025-09-17 3.5 MB
Phoenix v2.6.5 source code.zip 2025-09-17 4.4 MB
README.md 2025-09-17 1.2 kB
Totals: 5 Items   24.6 MB 0

Changes

(android) Manually pick feerate if feerate estimation is unavailable

On some devices, the feerate estimation source (mempool.space) is not available, but that should not prevent the user from picking a feerate. A warning is displayed instead of blocking the feerate slider.

(ios) Fixed a bug preventing paying a Bolt12 offer contained in Bip321 URIs

Full changelog

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-09-17