github.com/lightninglabs/lightning-terminal
v0.17.2-alpha-docker
lightninglabs/lightning-terminal
What this package is like to depend on
Last release 4 days ago
19 Aug 2026
Ships on a steady schedule
a new release about every 9 days
Unknown
no stable releases
Nothing withdrawn
no release was ever pulled
6 years old
485 releases · first in 2020
176 releases in the last 12 months
see the full history below
Release timeline
485 releases · Jul 2020 to Aug 2026Releases
latest 60 of 485-
v0.17.2-alpha-docker19 Aug 2026 pre-release -
v0.17.2-alpha.0.20260819132542-9dda380dc15c19 Aug 2026 pre-releaseNothing published for this version
-
v0.17.2-alpha.0.20260819090033-92e387d3c3b319 Aug 2026 pre-releaseNothing published for this version
-
v0.17.2-alpha18 Aug 2026 pre-releaseRelease notes
Open source →This version of Lightning Terminal (LiT) ships
taproot-assets v0.8.1andloop v0.34.0-beta-v0.8.1-tapd. This version also includes a bug fix for an issue that causedlitdto error during startup when used in combination with largelndnodes in the previous release.Action required: Database Migration
The previous release contains a sensitive database migration from bbolt to SQL-based database backends. It has been extensively tested and while it is recommended for all users, the migration requires your explicit approval or disapproval.
To continue with the migration:
When starting LiT you may input
yesviastdinwhere available or
Addauto-migrate-to-sql=trueto yourlit.confor
Set the following environment variable:LIT_AUTO_MIGRATE_TO_SQL=trueImportant note: Once the migration has run successfully, the existing bbolt database becomes incompatible with LiT. After this, it will not be possible to downgrade LiT to a version prior to v0.17.0-alpha or migrate back.
To defer the migration:
You may opt to not run or defer the database migration by setting
databasebackend=bboltin yourlit.confImportant note: With release v0.17.0-alpha bbolt support will be considered deprecated. Eventually support for bbolt will be removed from LiT, and the migration will become mandatory.
We'll be continuously working to improve the user experience based on feedback from the community.
Installation and configuration instructions can be found in the README.
This release packages LND
v0.21.2-beta, Taproot Assets Daemonv0.8.1, Loopv0.34.0-beta-v0.8.1-tapd, Poolv0.7.1-betaand Faradayv0.2.16-alpha.- IMPORTANT NOTE: Read the Operational Safety Guidelines before before using Taproot Assets on mainnet!
Breaking changes (from v0.14.x to v0.17.x)
After successfully migrating an existing
bboltdatabase to SQL, you will no longer be able to downgrade LiT to a version beforev0.17.0-alpha. An existing SQL database can also not be used with any LiT version prior tov0.17.0-alpha.There are no breaking changes between
litd v0.14.1-alphaandv0.17.2-alphathat prevents upgrading LiT fromlitd v0.14.1-alphatov0.17.2-alpha.
If you are upgrading from an older version thanlitd v0.14.1-alpha, please carefully read the release notes oflitd v0.14.1-alpha.Important note for Umbrel/Lightning Terminal users
DO NOT UNDER ANY CIRCUMSTANCE uninstall (or re-install) the "Lightning Terminal" app without first making a manual backup of all local
tapddata, if you are using Taproot Assets as part of the "Lightning Terminal" app with Umbrel -- or any comparable node-in-a-box solution. Uninstalling Umbrel apps deletes application data. This Taproot Assets application data encumbers Taproot Assets AND bitcoin funds. Receiving and sending tapd assets updates the daemon's funds-custody material. Merely having the lnd seed phrase is NOT enough to restore assets minted or received. WITHOUT BACKUP BEFORE DELETION, FUNDS ARE DESTROYED.lndin remote mode (lnd-mode=remote)NOTE that the minimum version of
lndthat can be used in--lnd-mode=remoteisv0.19.0-beta.Required changes when running in
lndremote modeWhen connecting to an existing
lndnode, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the--rpcmiddleware.enablecommand line flag or by addingrpcmiddleware.enable=trueto yourlnd.conffile. See the remote configuration docs for more information.NOTE: Taproot Assets Channel functionality is only available when both
lnd
andtapdare running in the same process (by setting bothlnd-mode=integratedandtaproot-assets-mode=integrated). Remote mode support will be available in the future.Verifying the Release
In order to verify the release, you'll need to have
gpgorgpg2installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to importViktorT-11's key from the ubuntu key server:gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C20A78516A0944900EBFCA29961CC8259AE675D4Once you have his PGP key you can verify the release (assuming
manifest-ViktorT-11-v0.17.2-alpha.sigandmanifest-v0.17.2-alpha.txtare in the current directory) with:gpg --verify manifest-ViktorT-11-v0.17.2-alpha.sig manifest-v0.17.2-alpha.txtYou should see the following if the verification was successful:
gpg: Signature made Wed Aug 19 11:13:49 2026 CEST gpg: using EDDSA key C20A78516A0944900EBFCA29961CC8259AE675D4 gpg: Good signature from "Viktor Torstensson <[email protected]>" [ultimate]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
sha256sum of the binary, and compare that with the following hashes:cat manifest-v0.17.2-alpha.txtOne can use the
shasum -a 256 <file name here>tool in order to re-compute thesha256hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.Finally, you can also verify the tag itself with the following command:
git verify-tag v0.17.2-alphaVerifying the Release Timestamp
We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts:
manifest-ViktorT-11-v0.17.2-alpha.sig.ots.Assuming you have the OpenTimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-ViktorT-11-v0.17.2-alpha.sig.otsThese timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Release Notes:
Release notes
Open source →Lightning Terminal v0.17.2-alpha Latest
Latest
Compare
Choose a tag to compare
-
v0.17.1-alpha.0.20260818224234-9869f81c1e5f18 Aug 2026 pre-releaseNothing published for this version
-
v0.17.1-alpha.0.20260817172356-eaeeb7af45ce17 Aug 2026 pre-releaseNothing published for this version
-
v0.17.1-alpha13 Aug 2026 pre-releaseRelease notes
Open source →This version of Lightning Terminal (LiT) includes
lnd v0.21.2-betaandloop v0.34.0-beta.Action required: Database Migration
The previous release contains a sensitive database migration from bbolt to SQL-based database backends. It has been extensively tested and while it is recommended for all users, the migration requires your explicit approval or disapproval.
To continue with the migration:
When starting LiT you may input
yesviastdinwhere available or
Addauto-migrate-to-sql=trueto yourlit.confor
Set the following environment variable:LIT_AUTO_MIGRATE_TO_SQL=trueImportant note: Once the migration has run successfully, the existing bbolt database becomes incompatible with LiT. After this, it will not be possible to downgrade LiT to a version prior to v0.17.0-alpha or migrate back.
To defer the migration:
You may opt to not run or defer the database migration by setting
databasebackend=bboltin yourlit.confImportant note: With release v0.17.0-alpha bbolt support will be considered deprecated. Eventually support for bbolt will be removed from LiT, and the migration will become mandatory.
We'll be continuously working to improve the user experience based on feedback from the community.
Installation and configuration instructions can be found in the README.
This release packages LND
v0.21.2-beta, Taproot Assets Daemonv0.8.0, Loopv0.34.0-beta, Poolv0.7.1-betaand Faradayv0.2.16-alpha.- IMPORTANT NOTE: Read the Operational Safety Guidelines before before using Taproot Assets on mainnet!
Breaking changes (from v0.14.x to v0.17.x)
After successfully migrating an existing
bboltdatabase to SQL, you will no longer be able to downgrade LiT to a version beforev0.17.0-alpha. An existing SQL database can also not be used with any LiT version prior tov0.17.0-alpha.There are no breaking changes between
litd v0.14.1-alphaandv0.17.1-alphathat prevents upgrading LiT fromlitd v0.14.1-alphatov0.17.1-alpha.
If you are upgrading from an older version thanlitd v0.14.1-alpha, please carefully read the release notes oflitd v0.14.1-alpha.Important note for Umbrel/Lightning Terminal users
DO NOT UNDER ANY CIRCUMSTANCE uninstall (or re-install) the "Lightning Terminal" app without first making a manual backup of all local
tapddata, if you are using Taproot Assets as part of the "Lightning Terminal" app with Umbrel -- or any comparable node-in-a-box solution. Uninstalling Umbrel apps deletes application data. This Taproot Assets application data encumbers Taproot Assets AND bitcoin funds. Receiving and sending tapd assets updates the daemon's funds-custody material. Merely having the lnd seed phrase is NOT enough to restore assets minted or received. WITHOUT BACKUP BEFORE DELETION, FUNDS ARE DESTROYED.lndin remote mode (lnd-mode=remote)NOTE that the minimum version of
lndthat can be used in--lnd-mode=remoteisv0.19.0-beta.Required changes when running in
lndremote modeWhen connecting to an existing
lndnode, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the--rpcmiddleware.enablecommand line flag or by addingrpcmiddleware.enable=trueto yourlnd.conffile. See the remote configuration docs for more information.NOTE: Taproot Assets Channel functionality is only available when both
lnd
andtapdare running in the same process (by setting bothlnd-mode=integratedandtaproot-assets-mode=integrated). Remote mode support will be available in the future.Verifying the Release
In order to verify the release, you'll need to have
gpgorgpg2installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to importViktorT-11's key from the ubuntu key server:gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C20A78516A0944900EBFCA29961CC8259AE675D4Once you have his PGP key you can verify the release (assuming
manifest-ViktorT-11-v0.17.1-alpha.sigandmanifest-v0.17.1-alpha.txtare in the current directory) with:gpg --verify manifest-ViktorT-11-v0.17.1-alpha.sig manifest-v0.17.1-alpha.txtYou should see the following if the verification was successful:
gpg: Signature made Fri Aug 14 01:50:11 2026 CEST gpg: using EDDSA key C20A78516A0944900EBFCA29961CC8259AE675D4 gpg: Good signature from "Viktor Torstensson <[email protected]>" [ultimate]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
sha256sum of the binary, and compare that with the following hashes:cat manifest-v0.17.1-alpha.txtOne can use the
shasum -a 256 <file name here>tool in order to re-compute thesha256hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.Finally, you can also verify the tag itself with the following command:
git verify-tag v0.17.1-alphaVerifying the Release Timestamp
We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts:
manifest-ViktorT-11-v0.17.1-alpha.sig.ots.Assuming you have the OpenTimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-ViktorT-11-v0.17.1-alpha.sig.otsThese timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Release Notes:
-
v0.17.0-alpha.rc1.0.20260813095133-fba30046ebcf13 Aug 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260807222334-23433a05ed9707 Aug 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260729231936-9907dabc9f7629 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260729093313-83df345294ee29 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260728100805-810cbf78c83d28 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260727134808-0bd5af814c6327 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260727095927-e093948a35bf27 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260722101506-ec6814e940e722 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260716125038-745f70f1944816 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260715093610-8efa0e0656df15 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260713151528-767250e9820013 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260710063352-9bfcdbe9ae4810 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260708173335-3c035fe862dc08 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260707171504-4baf098cdf1807 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260706194059-512617bfa2d506 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260702131105-58568b5afc5e02 Jul 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260625121854-042baef7c18825 Jun 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260624100730-69eb14cc63d824 Jun 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260622103844-916ca71d70bf22 Jun 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260616225920-f78be1d0bd0016 Jun 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc1.0.20260612131920-26b3b108514612 Jun 2026 pre-releaseNothing published for this version
-
v0.17.0-alpha.rc109 Jun 2026 pre-releaseRelease notes
Open source →This version of Lightning Terminal (LiT) ships
lnd v0.21.0-beta,tapd v0.8.0,loop v0.33.3-betaandpool v0.7.1-beta. This release also ships native SQL database backend support for LiT, and adds support for migrating legacybboltdatabase backends tosql.Database Migration
- IMPORTANT NOTE: If not explicitly configured, LiT will by default initiate the process of migrating existing
bboltdatabase backends tosqlon the startup of LiT. Once the SQL migration completes successfully the oldbboltdatabase is tombstoned, meaning that the database becomes incompatible with LiT. This also means that you will no longer be able to downgrade LiT to a version prior to when SQL was supported, which was in this release (v0.17.0-alpha).Bboltis now officially deprecated, and once support forbboltis removed in a future release, the migration to SQL will become mandatory.
To choose which database backend to use, a new
databasebackendconfig option has been added. For SQL database backends, SQLite (databasebackend=sqlite) or Postgres (databasebackend=postgres) are supported. If the config option is not set, the database backend defaults to SQLite. Users that explicitly want to continue using the legacybboltbackend must therefore setdatabasebackend=bboltbefore the SQL migration has been applied.When the SQL migration process is initiated, users will be prompted to explicitly confirm the execution of the migration by inputting "yes" via
stdin. For non-interactive startup flows, this prompt can be skipped by setting theauto-migrate-to-sql=trueconfig flag or by setting the following environment variable:LIT_AUTO_MIGRATE_TO_SQL=true. If the prompt is skipped, the migration will be automatically confirmed and executed.
We'll be continuously working to improve the user experience based on feedback from the community.
Installation and configuration instructions can be found in the README.
This release packages LND
v0.21.0-beta, Taproot Assets Daemonv0.8.0, Loopv0.33.3-beta, Poolv0.7.1-betaand Faradayv0.2.16-alpha.-
IMPORTANT NOTE: To avoid loss of funds**, it's imperative that you read the Operational Safety Guidelines before before using tapd on mainnet!
-
The Taproot Assets daemon is still in alpha state, which means there can still be bugs and not all desired data safety and backup mechanisms have been implemented yet. Releasing on mainnet mainly signals that there will be no breaking changes in the future and that assets minted with v0.3.0+ will be compatible with later versions.
Breaking changes (from v0.14.x to v0.17.x)
After successfully migrating an existing
bboltdatabase to SQL, you will no longer be able to downgrade LiT to a version beforev0.17.0-alpha.rc1. An existing SQL database can also not be used with any LiT version prior tov0.17.0-alpha.rc1.There are no breaking changes between
litd v0.14.1-alphaandv0.17.0-alpha.rc1that prevents upgrading LiT fromlitd v0.14.1-alphatov0.17.0-alpha.rc1.
If you are upgrading from an older version thanlitd v0.14.1-alpha, please carefully read the release notes oflitd v0.14.1-alpha.IMPORTANT NOTE if you ran
litdfrom the master branch at any point and you run into the following error on startup:
ErrTypeForDecoding want (type: *uint8, length: 1), got (type: *uint8, length: 147)Then you should revert to the version of
litdyou ran before, and execute the following commands on that old version before updating to this version:- Run
lncli querymc > mission_control_backup.jsonto back up your mission control state. - Run
lncli resetmcto clear the mission control state in the database. - Update
lndandlnclito the new version. - (optional) Use
lncli loadmc --mcdatapath mission_control_backup.jsonto restore the backup. Note: This data will not persist across restarts.
Important note for Umbrel/Lightning Terminal users
DO NOT UNDER ANY CIRCUMSTANCE uninstall (or re-install) the "Lightning Terminal" app without first making a manual backup of all local tapd data, if you are using Taproot Assets as part of the "Lightning Terminal" app with Umbrel -- or any comparable node-in-a-box solution. Uninstalling Umbrel apps deletes application data. This Taproot Assets application data encumbers Taproot Assets AND bitcoin funds. Receiving and sending tapd assets updates the daemon's funds-custody material. Merely having the lnd seed phrase is NOT enough to restore assets minted or received. WITHOUT BACKUP BEFORE DELETION, FUNDS ARE DESTROYED.
lndin remote mode (lnd-mode=remote)NOTE that the minimum version of
lndthat can be used in--lnd-mode=remoteisv0.19.0-beta.Required changes when running in
lndremote modeWhen connecting to an existing
lndnode, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the--rpcmiddleware.enablecommand line flag or by addingrpcmiddleware.enable=trueto yourlnd.conffile. See the remote configuration docs for more information.NOTE: Taproot Assets Channel functionality is only available when both
lnd
andtapdare running in the same process (by setting both
lnd-mode=integratedandtaproot-assets-mode=integrated). Remote mode support
will be added in the future.Verifying the Release
In order to verify the release, you'll need to have
gpgorgpg2installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to importViktorT-11's key from the ubuntu key server:gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C20A78516A0944900EBFCA29961CC8259AE675D4Once you have his PGP key you can verify the release (assuming
manifest-ViktorT-11-v0.17.0-alpha.rc1.sigandmanifest-v0.17.0-alpha.rc1.txtare in the current directory) with:gpg --verify manifest-ViktorT-11-v0.17.0-alpha.rc1.sig manifest-v0.17.0-alpha.rc1.txtYou should see the following if the verification was successful:
gpg: Signature made Tue Jun 9 22:10:31 2026 CEST gpg: using EDDSA key C20A78516A0944900EBFCA29961CC8259AE675D4 gpg: Good signature from "Viktor Torstensson <[email protected]>" [ultimate]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
sha256sum of the binary, and compare that with the following hashes:cat manifest-v0.17.0-alpha.rc1.txtOne can use the
shasum -a 256 <file name here>tool in order to re-compute thesha256hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.Finally, you can also verify the tag itself with the following command:
git verify-tag v0.17.0-alpha.rc1Verifying the Release Timestamp
We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts:
manifest-ViktorT-11-v0.17.0-alpha.rc1.sig.ots.Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-ViktorT-11-v0.17.0-alpha.rc1.sig.otsThese timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Release Notes:
Release notes
Open source →Lightning Terminal v0.17.0-alpha.rc1 Pre-release
Pre-release
Compare
Choose a tag to compare
- IMPORTANT NOTE: If not explicitly configured, LiT will by default initiate the process of migrating existing
-
v0.17.0-alpha30 Jun 2026 pre-releaseRelease notes
Open source →This version of Lightning Terminal (LiT) includes
lnd v0.21.1-beta,tapd v0.8.0,loop v0.33.3-betaandpool v0.7.1-beta. This release also introduces native SQL database backend support for LiT, and adds support for migrating legacybboltdatabase backends tosql.Action required: Database Migration
This release contains a sensitive database migration from bbolt to SQL-based database backends. It has been extensively tested and while it is recommended for all users, the migration requires your explicit approval or disapproval.
To continue with the migration:
When starting LiT you may input
yesviastdinwhere available or
Addauto-migrate-to-sql=trueto yourlit.confor
Set the following environment variable:LIT_AUTO_MIGRATE_TO_SQL=trueImportant note: Once the migration has run successfully, the existing bbolt database becomes incompatible with LiT. After this, it will not be possible to downgrade LiT to a version prior to v0.17.0-alpha or migrate back.
To defer the migration:
You may opt to not run or defer the database migration by setting
databasebackend=bboltin yourlit.confImportant note: With this release (v0.17.0-alpha) bbolt support will be considered deprecated. Eventually support for bbolt will be removed from LiT, and the migration will become mandatory.
We'll be continuously working to improve the user experience based on feedback from the community.
Installation and configuration instructions can be found in the README.
This release packages LND
v0.21.1-beta, Taproot Assets Daemonv0.8.0, Loopv0.33.3-beta, Poolv0.7.1-betaand Faradayv0.2.16-alpha.- IMPORTANT NOTE: Read the Operational Safety Guidelines before before using Taproot Assets on mainnet!
Breaking changes (from v0.14.x to v0.17.x)
After successfully migrating an existing
bboltdatabase to SQL, you will no longer be able to downgrade LiT to a version beforev0.17.0-alpha. An existing SQL database can also not be used with any LiT version prior tov0.17.0-alpha.There are no breaking changes between
litd v0.14.1-alphaandv0.17.0-alphathat prevents upgrading LiT fromlitd v0.14.1-alphatov0.17.0-alpha.
If you are upgrading from an older version thanlitd v0.14.1-alpha, please carefully read the release notes oflitd v0.14.1-alpha.Important note for Umbrel/Lightning Terminal users
DO NOT UNDER ANY CIRCUMSTANCE uninstall (or re-install) the "Lightning Terminal" app without first making a manual backup of all local
tapddata, if you are using Taproot Assets as part of the "Lightning Terminal" app with Umbrel -- or any comparable node-in-a-box solution. Uninstalling Umbrel apps deletes application data. This Taproot Assets application data encumbers Taproot Assets AND bitcoin funds. Receiving and sending tapd assets updates the daemon's funds-custody material. Merely having the lnd seed phrase is NOT enough to restore assets minted or received. WITHOUT BACKUP BEFORE DELETION, FUNDS ARE DESTROYED.lndin remote mode (lnd-mode=remote)NOTE that the minimum version of
lndthat can be used in--lnd-mode=remoteisv0.19.0-beta.Required changes when running in
lndremote modeWhen connecting to an existing
lndnode, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the--rpcmiddleware.enablecommand line flag or by addingrpcmiddleware.enable=trueto yourlnd.conffile. See the remote configuration docs for more information.NOTE: Taproot Assets Channel functionality is only available when both
lnd
andtapdare running in the same process (by setting bothlnd-mode=integratedandtaproot-assets-mode=integrated). Remote mode support will be available in the future.Verifying the Release
In order to verify the release, you'll need to have
gpgorgpg2installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to importViktorT-11's key from the ubuntu key server:gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C20A78516A0944900EBFCA29961CC8259AE675D4Once you have his PGP key you can verify the release (assuming
manifest-ViktorT-11-v0.17.0-alpha.sigandmanifest-v0.17.0-alpha.txtare in the current directory) with:gpg --verify manifest-ViktorT-11-v0.17.0-alpha.sig manifest-v0.17.0-alpha.txtYou should see the following if the verification was successful:
gpg: Signature made Tue Jun 30 20:04:35 2026 CEST gpg: using EDDSA key C20A78516A0944900EBFCA29961CC8259AE675D4 gpg: Good signature from "Viktor Torstensson <[email protected]>" [ultimate]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
sha256sum of the binary, and compare that with the following hashes:cat manifest-v0.17.0-alpha.txtOne can use the
shasum -a 256 <file name here>tool in order to re-compute thesha256hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.Finally, you can also verify the tag itself with the following command:
git verify-tag v0.17.0-alphaVerifying the Release Timestamp
We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts:
manifest-ViktorT-11-v0.17.0-alpha.sig.ots.Assuming you have the OpenTimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-ViktorT-11-v0.17.0-alpha.sig.otsThese timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Release Notes:
-
v0.16.1-alpha.0.20260608193639-acc578770a7f08 Jun 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260525170204-3e5f36c0b86225 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260522155748-41012e4c58ef22 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260521123550-767c6e83fbf221 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260520002957-e47348680f8d20 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260516002653-4ed4b03324ba16 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260509004026-8f7ab252bb0c09 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260507235504-e4476e56cce107 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260505200250-73e225e1a6d005 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260504141815-fc5c98efb8e804 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260501224821-3c2ec84336a801 May 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260423145929-ab8e4ab3bbab23 Apr 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260409062056-11f079419cf609 Apr 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260405224656-a872fc48843505 Apr 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260330131347-369f5e050bec30 Mar 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260326130549-2940be666bf926 Mar 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260325130428-ce0489af030725 Mar 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260323140359-acf4e46561db23 Mar 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260317074138-4cedb44ee06517 Mar 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260311081128-a8b868dcbda811 Mar 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260304131529-6f128300327104 Mar 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260304052014-d60ec8dc0fe204 Mar 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260227084600-24b62567903827 Feb 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha.0.20260216095138-8d601c6e458b16 Feb 2026 pre-releaseNothing published for this version
-
v0.16.1-alpha13 Feb 2026 pre-releaseRelease notes
Open source →This version of Lightning Terminal (LiT) ships
lnd v0.20.1-beta,loop v0.31.8-beta, andtapd v0.7.1.We'll be continuously working to improve the user experience based on feedback from the community.
Installation and configuration instructions can be found in the README.
This release packages LND
v0.20.1-beta, Taproot Assets Daemonv0.7.1, Loopv0.31.8-beta, Poolv0.6.6-betaand Faradayv0.2.16-alpha.-
IMPORTANT NOTE: To avoid loss of funds, it's imperative that you read the Operational Safety Guidelines before before using tapd on mainnet!
-
The Taproot Assets daemon is still in alpha state, which means there can still be bugs and not all desired data safety and backup mechanisms have been implemented yet. Releasing on mainnet mainly signals that there will be no breaking changes in the future and that assets minted with v0.3.0+ will be compatible with later versions.
Breaking changes (from v0.14.x to v0.15.x)
There are no breaking changes between
litd v0.14.1-alphaandv0.16.1-alpha.
If you are upgrading from an older version thanlitd v0.14.1-alpha, please carefully read the release notes oflitd v0.14.1-alpha.IMPORTANT NOTE if you ran
litdfrom the master branch at any point and you run into the following error on startup:
ErrTypeForDecoding want (type: *uint8, length: 1), got (type: *uint8, length: 147)Then you should revert to the version of
litdyou ran before, and execute the following commands on that old version before updating to this version:- Run
lncli querymc > mission_control_backup.jsonto back up your mission control state. - Run
lncli resetmcto clear the mission control state in the database. - Update
lndandlnclito the new version. - (optional) Use
lncli loadmc --mcdatapath mission_control_backup.jsonto restore the backup. Note: This data will not persist across restarts.
Important note for Umbrel/Lightning Terminal users
DO NOT UNDER ANY CIRCUMSTANCE uninstall (or re-install) the "Lightning Terminal" app without first making a manual backup of all local tapd data, if you are using Taproot Assets as part of the "Lightning Terminal" app with Umbrel -- or any comparable node-in-a-box solution. Uninstalling Umbrel apps deletes application data. This Taproot Assets application data encumbers Taproot Assets AND bitcoin funds. Receiving and sending tapd assets updates the daemon's funds-custody material. Merely having the lnd seed phrase is NOT enough to restore assets minted or received. WITHOUT BACKUP BEFORE DELETION, FUNDS ARE DESTROYED.
lndin remote mode (lnd-mode=remote)NOTE that the minimum version of
lndthat can be used in--lnd-mode=remoteisv0.19.0-beta.Required changes when running in
lndremote modeWhen connecting to an existing
lndnode, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the--rpcmiddleware.enablecommand line flag or by addingrpcmiddleware.enable=trueto yourlnd.conffile. See the remote configuration docs for more information.NOTE: Taproot Assets Channel functionality is only available when both
lnd
andtapdare running in the same process (by setting both
lnd-mode=integratedandtaproot-assets-mode=integrated). Remote mode support
will be added in the future.Verifying the Release
In order to verify the release, you'll need to have
gpgorgpg2installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to importellemouton's key from the ubuntu key server:gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 26984CB69EB8C4A26196F7A4D7D916376026F177Once you have his PGP key you can verify the release (assuming
manifest-ellemouton-v0.16.1-alpha.sigandmanifest-v0.16.1-alpha.txtare in the current directory) with:gpg --verify manifest-ellemouton-v0.16.1-alpha.sig manifest-v0.16.1-alpha.txtYou should see the following if the verification was successful:
gpg: Signature made Mon Feb 16 14:52:15 2026 SAST gpg: using RSA key 26984CB69EB8C4A26196F7A4D7D916376026F177 gpg: Good signature from "Elle Mouton <[email protected]>" [ultimate]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
sha256sum of the binary, and compare that with the following hashes:cat manifest-v0.16.1-alpha.txtOne can use the
shasum -a 256 <file name here>tool in order to re-compute thesha256hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.Finally, you can also verify the tag itself with the following command:
git verify-tag v0.16.1-alphaVerifying the Release Timestamp
We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts:
manifest-ellemouton-v0.16.1-alpha.sig.ots.Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-ellemouton-v0.16.1-alpha.sig.otsThese timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Release Notes:
-
-
v0.16.0-alpha.rc1.0.20260212163733-816e5977074d12 Feb 2026 pre-releaseNothing published for this version
-
v0.16.0-alpha.rc1.0.20260209163848-058394278e9209 Feb 2026 pre-releaseNothing published for this version
-
v0.16.0-alpha.rc1.0.20260209151223-8b10207b162109 Feb 2026 pre-releaseNothing published for this version
-
v0.16.0-alpha.rc1.0.20260205134734-6321194038c105 Feb 2026 pre-releaseNothing published for this version
-
v0.16.0-alpha.rc1.0.20260129085745-8ab792856f9929 Jan 2026 pre-releaseNothing published for this version