PackageTrack
Sign in Get early access

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 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 485
  1. v0.17.2-alpha-docker 19 Aug 2026 pre-release
    Release notes

    lightning-terminal v0.17.2-alpha-docker

    Open source →
  2. v0.17.2-alpha.0.20260819132542-9dda380dc15c 19 Aug 2026 pre-release

    Nothing published for this version

  3. v0.17.2-alpha.0.20260819090033-92e387d3c3b3 19 Aug 2026 pre-release

    Nothing published for this version

  4. v0.17.2-alpha 18 Aug 2026 pre-release
    Release notes

    This version of Lightning Terminal (LiT) ships taproot-assets v0.8.1 and loop v0.34.0-beta-v0.8.1-tapd. This version also includes a bug fix for an issue that caused litd to error during startup when used in combination with large lnd nodes 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 yes via stdin where available or
    Add auto-migrate-to-sql=true to your lit.conf or
    Set the following environment variable: LIT_AUTO_MIGRATE_TO_SQL=true

    Important 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=bbolt in your lit.conf

    Important 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 Daemon v0.8.1, Loop v0.34.0-beta-v0.8.1-tapd, Pool v0.7.1-beta and Faraday v0.2.16-alpha.

    Breaking changes (from v0.14.x to v0.17.x)

    After successfully migrating an existing bbolt database to SQL, you will no longer be able to downgrade LiT to a version before v0.17.0-alpha. An existing SQL database can also not be used with any LiT version prior to v0.17.0-alpha.

    There are no breaking changes between litd v0.14.1-alpha and v0.17.2-alpha that prevents upgrading LiT from litd v0.14.1-alpha to v0.17.2-alpha.
    If you are upgrading from an older version than litd v0.14.1-alpha, please carefully read the release notes of litd 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 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.

    lnd in remote mode (lnd-mode=remote)

    NOTE that the minimum version of lnd that can be used in --lnd-mode=remote is v0.19.0-beta.

    Required changes when running in lnd remote mode

    When connecting to an existing lnd node, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the --rpcmiddleware.enable command line flag or by adding rpcmiddleware.enable=true to your lnd.conf file. See the remote configuration docs for more information.

    NOTE: Taproot Assets Channel functionality is only available when both lnd
    and tapd are running in the same process (by setting both lnd-mode=integrated and taproot-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 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 ViktorT-11's key from the ubuntu key server:

    gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C20A78516A0944900EBFCA29961CC8259AE675D4
    

    Once you have his PGP key you can verify the release (assuming manifest-ViktorT-11-v0.17.2-alpha.sig and manifest-v0.17.2-alpha.txt are in the current directory) with:

    gpg --verify manifest-ViktorT-11-v0.17.2-alpha.sig manifest-v0.17.2-alpha.txt
    

    You 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 sha256 sum of the binary, and compare that with the following hashes:

    cat manifest-v0.17.2-alpha.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.

    Finally, you can also verify the tag itself with the following command:

    git verify-tag v0.17.2-alpha
    

    Verifying 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.ots
    

    These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

    Release Notes:

    https://github.com/lightninglabs/lightning-terminal/blob/master/docs/release-notes/release-notes-0.17.2.md

    Open source →
    Release notes

    Lightning Terminal v0.17.2-alpha Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  5. v0.17.1-alpha.0.20260818224234-9869f81c1e5f 18 Aug 2026 pre-release

    Nothing published for this version

  6. v0.17.1-alpha.0.20260817172356-eaeeb7af45ce 17 Aug 2026 pre-release

    Nothing published for this version

  7. v0.17.1-alpha 13 Aug 2026 pre-release
    Release notes

    This version of Lightning Terminal (LiT) includes lnd v0.21.2-beta and loop 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 yes via stdin where available or
    Add auto-migrate-to-sql=true to your lit.conf or
    Set the following environment variable: LIT_AUTO_MIGRATE_TO_SQL=true

    Important 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=bbolt in your lit.conf

    Important 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 Daemon v0.8.0, Loop v0.34.0-beta, Pool v0.7.1-beta and Faraday v0.2.16-alpha.

    Breaking changes (from v0.14.x to v0.17.x)

    After successfully migrating an existing bbolt database to SQL, you will no longer be able to downgrade LiT to a version before v0.17.0-alpha. An existing SQL database can also not be used with any LiT version prior to v0.17.0-alpha.

    There are no breaking changes between litd v0.14.1-alpha and v0.17.1-alpha that prevents upgrading LiT from litd v0.14.1-alpha to v0.17.1-alpha.
    If you are upgrading from an older version than litd v0.14.1-alpha, please carefully read the release notes of litd 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 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.

    lnd in remote mode (lnd-mode=remote)

    NOTE that the minimum version of lnd that can be used in --lnd-mode=remote is v0.19.0-beta.

    Required changes when running in lnd remote mode

    When connecting to an existing lnd node, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the --rpcmiddleware.enable command line flag or by adding rpcmiddleware.enable=true to your lnd.conf file. See the remote configuration docs for more information.

    NOTE: Taproot Assets Channel functionality is only available when both lnd
    and tapd are running in the same process (by setting both lnd-mode=integrated and taproot-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 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 ViktorT-11's key from the ubuntu key server:

    gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C20A78516A0944900EBFCA29961CC8259AE675D4
    

    Once you have his PGP key you can verify the release (assuming manifest-ViktorT-11-v0.17.1-alpha.sig and manifest-v0.17.1-alpha.txt are in the current directory) with:

    gpg --verify manifest-ViktorT-11-v0.17.1-alpha.sig manifest-v0.17.1-alpha.txt
    

    You 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 sha256 sum of the binary, and compare that with the following hashes:

    cat manifest-v0.17.1-alpha.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.

    Finally, you can also verify the tag itself with the following command:

    git verify-tag v0.17.1-alpha
    

    Verifying 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.ots
    

    These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

    Release Notes:

    https://github.com/lightninglabs/lightning-terminal/blob/master/docs/release-notes/release-notes-0.17.1.md

    Open source →
    Release notes

    Lightning Terminal v0.17.1-alpha

    Compare

    Choose a tag to compare

    Open source →
  8. v0.17.0-alpha.rc1.0.20260813095133-fba30046ebcf 13 Aug 2026 pre-release

    Nothing published for this version

  9. v0.17.0-alpha.rc1.0.20260807222334-23433a05ed97 07 Aug 2026 pre-release

    Nothing published for this version

  10. v0.17.0-alpha.rc1.0.20260729231936-9907dabc9f76 29 Jul 2026 pre-release

    Nothing published for this version

  11. v0.17.0-alpha.rc1.0.20260729093313-83df345294ee 29 Jul 2026 pre-release

    Nothing published for this version

  12. v0.17.0-alpha.rc1.0.20260728100805-810cbf78c83d 28 Jul 2026 pre-release

    Nothing published for this version

  13. v0.17.0-alpha.rc1.0.20260727134808-0bd5af814c63 27 Jul 2026 pre-release

    Nothing published for this version

  14. v0.17.0-alpha.rc1.0.20260727095927-e093948a35bf 27 Jul 2026 pre-release

    Nothing published for this version

  15. v0.17.0-alpha.rc1.0.20260722101506-ec6814e940e7 22 Jul 2026 pre-release

    Nothing published for this version

  16. v0.17.0-alpha.rc1.0.20260716125038-745f70f19448 16 Jul 2026 pre-release

    Nothing published for this version

  17. v0.17.0-alpha.rc1.0.20260715093610-8efa0e0656df 15 Jul 2026 pre-release

    Nothing published for this version

  18. v0.17.0-alpha.rc1.0.20260713151528-767250e98200 13 Jul 2026 pre-release

    Nothing published for this version

  19. v0.17.0-alpha.rc1.0.20260710063352-9bfcdbe9ae48 10 Jul 2026 pre-release

    Nothing published for this version

  20. v0.17.0-alpha.rc1.0.20260708173335-3c035fe862dc 08 Jul 2026 pre-release

    Nothing published for this version

  21. v0.17.0-alpha.rc1.0.20260707171504-4baf098cdf18 07 Jul 2026 pre-release

    Nothing published for this version

  22. v0.17.0-alpha.rc1.0.20260706194059-512617bfa2d5 06 Jul 2026 pre-release

    Nothing published for this version

  23. v0.17.0-alpha.rc1.0.20260702131105-58568b5afc5e 02 Jul 2026 pre-release

    Nothing published for this version

  24. v0.17.0-alpha.rc1.0.20260625121854-042baef7c188 25 Jun 2026 pre-release

    Nothing published for this version

  25. v0.17.0-alpha.rc1.0.20260624100730-69eb14cc63d8 24 Jun 2026 pre-release

    Nothing published for this version

  26. v0.17.0-alpha.rc1.0.20260622103844-916ca71d70bf 22 Jun 2026 pre-release

    Nothing published for this version

  27. v0.17.0-alpha.rc1.0.20260616225920-f78be1d0bd00 16 Jun 2026 pre-release

    Nothing published for this version

  28. v0.17.0-alpha.rc1.0.20260612131920-26b3b1085146 12 Jun 2026 pre-release

    Nothing published for this version

  29. v0.17.0-alpha.rc1 09 Jun 2026 pre-release
    Release notes

    This version of Lightning Terminal (LiT) ships lnd v0.21.0-beta, tapd v0.8.0, loop v0.33.3-beta and pool v0.7.1-beta. This release also ships native SQL database backend support for LiT, and adds support for migrating legacy bbolt database backends to sql.

    Database Migration

    • IMPORTANT NOTE: If not explicitly configured, LiT will by default initiate the process of migrating existing bbolt database backends to sql on the startup of LiT. Once the SQL migration completes successfully the old bbolt database 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). Bbolt is now officially deprecated, and once support for bbolt is removed in a future release, the migration to SQL will become mandatory.

    To choose which database backend to use, a new databasebackend config 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 legacy bbolt backend must therefore set databasebackend=bbolt before 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 the auto-migrate-to-sql=true config 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 Daemon v0.8.0, Loop v0.33.3-beta, Pool v0.7.1-beta and Faraday v0.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 bbolt database to SQL, you will no longer be able to downgrade LiT to a version before v0.17.0-alpha.rc1. An existing SQL database can also not be used with any LiT version prior to v0.17.0-alpha.rc1.

    There are no breaking changes between litd v0.14.1-alpha and v0.17.0-alpha.rc1 that prevents upgrading LiT from litd v0.14.1-alpha to v0.17.0-alpha.rc1.
    If you are upgrading from an older version than litd v0.14.1-alpha, please carefully read the release notes of litd v0.14.1-alpha.

    IMPORTANT NOTE if you ran litd from 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 litd you ran before, and execute the following commands on that old version before updating to this version:

    1. Run lncli querymc > mission_control_backup.json to back up your mission control state.
    2. Run lncli resetmc to clear the mission control state in the database.
    3. Update lnd and lncli to the new version.
    4. (optional) Use lncli loadmc --mcdatapath mission_control_backup.json to 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.

    lnd in remote mode (lnd-mode=remote)

    NOTE that the minimum version of lnd that can be used in --lnd-mode=remote is v0.19.0-beta.

    Required changes when running in lnd remote mode

    When connecting to an existing lnd node, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the --rpcmiddleware.enable command line flag or by adding rpcmiddleware.enable=true to your lnd.conf file. See the remote configuration docs for more information.

    NOTE: Taproot Assets Channel functionality is only available when both lnd
    and tapd are running in the same process (by setting both
    lnd-mode=integrated and taproot-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 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 ViktorT-11's key from the ubuntu key server:

    gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C20A78516A0944900EBFCA29961CC8259AE675D4
    

    Once you have his PGP key you can verify the release (assuming manifest-ViktorT-11-v0.17.0-alpha.rc1.sig and manifest-v0.17.0-alpha.rc1.txt are in the current directory) with:

    gpg --verify manifest-ViktorT-11-v0.17.0-alpha.rc1.sig manifest-v0.17.0-alpha.rc1.txt
    

    You 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 sha256 sum of the binary, and compare that with the following hashes:

    cat manifest-v0.17.0-alpha.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.

    Finally, you can also verify the tag itself with the following command:

    git verify-tag v0.17.0-alpha.rc1
    

    Verifying 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.ots
    

    These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

    Release Notes:

    https://github.com/lightninglabs/lightning-terminal/blob/master/docs/release-notes/release-notes-0.17.0.md

    Open source →
    Release notes

    Lightning Terminal v0.17.0-alpha.rc1 Pre-release

    Pre-release

    Compare

    Choose a tag to compare

    Open source →
  30. v0.17.0-alpha 30 Jun 2026 pre-release
    Release notes

    This version of Lightning Terminal (LiT) includes lnd v0.21.1-beta, tapd v0.8.0, loop v0.33.3-beta and pool v0.7.1-beta. This release also introduces native SQL database backend support for LiT, and adds support for migrating legacy bbolt database backends to sql.

    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 yes via stdin where available or
    Add auto-migrate-to-sql=true to your lit.conf or
    Set the following environment variable: LIT_AUTO_MIGRATE_TO_SQL=true

    Important 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=bbolt in your lit.conf

    Important 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 Daemon v0.8.0, Loop v0.33.3-beta, Pool v0.7.1-beta and Faraday v0.2.16-alpha.

    Breaking changes (from v0.14.x to v0.17.x)

    After successfully migrating an existing bbolt database to SQL, you will no longer be able to downgrade LiT to a version before v0.17.0-alpha. An existing SQL database can also not be used with any LiT version prior to v0.17.0-alpha.

    There are no breaking changes between litd v0.14.1-alpha and v0.17.0-alpha that prevents upgrading LiT from litd v0.14.1-alpha to v0.17.0-alpha.
    If you are upgrading from an older version than litd v0.14.1-alpha, please carefully read the release notes of litd 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 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.

    lnd in remote mode (lnd-mode=remote)

    NOTE that the minimum version of lnd that can be used in --lnd-mode=remote is v0.19.0-beta.

    Required changes when running in lnd remote mode

    When connecting to an existing lnd node, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the --rpcmiddleware.enable command line flag or by adding rpcmiddleware.enable=true to your lnd.conf file. See the remote configuration docs for more information.

    NOTE: Taproot Assets Channel functionality is only available when both lnd
    and tapd are running in the same process (by setting both lnd-mode=integrated and taproot-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 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 ViktorT-11's key from the ubuntu key server:

    gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C20A78516A0944900EBFCA29961CC8259AE675D4
    

    Once you have his PGP key you can verify the release (assuming manifest-ViktorT-11-v0.17.0-alpha.sig and manifest-v0.17.0-alpha.txt are in the current directory) with:

    gpg --verify manifest-ViktorT-11-v0.17.0-alpha.sig manifest-v0.17.0-alpha.txt
    

    You 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 sha256 sum of the binary, and compare that with the following hashes:

    cat manifest-v0.17.0-alpha.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.

    Finally, you can also verify the tag itself with the following command:

    git verify-tag v0.17.0-alpha
    

    Verifying 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.ots
    

    These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

    Release Notes:

    https://github.com/lightninglabs/lightning-terminal/blob/master/docs/release-notes/release-notes-0.17.0.md

    Open source →
    Release notes

    Lightning Terminal v0.17.0-alpha

    Compare

    Choose a tag to compare

    Open source →
  31. v0.16.1-alpha.0.20260608193639-acc578770a7f 08 Jun 2026 pre-release

    Nothing published for this version

  32. v0.16.1-alpha.0.20260525170204-3e5f36c0b862 25 May 2026 pre-release

    Nothing published for this version

  33. v0.16.1-alpha.0.20260522155748-41012e4c58ef 22 May 2026 pre-release

    Nothing published for this version

  34. v0.16.1-alpha.0.20260521123550-767c6e83fbf2 21 May 2026 pre-release

    Nothing published for this version

  35. v0.16.1-alpha.0.20260520002957-e47348680f8d 20 May 2026 pre-release

    Nothing published for this version

  36. v0.16.1-alpha.0.20260516002653-4ed4b03324ba 16 May 2026 pre-release

    Nothing published for this version

  37. v0.16.1-alpha.0.20260509004026-8f7ab252bb0c 09 May 2026 pre-release

    Nothing published for this version

  38. v0.16.1-alpha.0.20260507235504-e4476e56cce1 07 May 2026 pre-release

    Nothing published for this version

  39. v0.16.1-alpha.0.20260505200250-73e225e1a6d0 05 May 2026 pre-release

    Nothing published for this version

  40. v0.16.1-alpha.0.20260504141815-fc5c98efb8e8 04 May 2026 pre-release

    Nothing published for this version

  41. v0.16.1-alpha.0.20260501224821-3c2ec84336a8 01 May 2026 pre-release

    Nothing published for this version

  42. v0.16.1-alpha.0.20260423145929-ab8e4ab3bbab 23 Apr 2026 pre-release

    Nothing published for this version

  43. v0.16.1-alpha.0.20260409062056-11f079419cf6 09 Apr 2026 pre-release

    Nothing published for this version

  44. v0.16.1-alpha.0.20260405224656-a872fc488435 05 Apr 2026 pre-release

    Nothing published for this version

  45. v0.16.1-alpha.0.20260330131347-369f5e050bec 30 Mar 2026 pre-release

    Nothing published for this version

  46. v0.16.1-alpha.0.20260326130549-2940be666bf9 26 Mar 2026 pre-release

    Nothing published for this version

  47. v0.16.1-alpha.0.20260325130428-ce0489af0307 25 Mar 2026 pre-release

    Nothing published for this version

  48. v0.16.1-alpha.0.20260323140359-acf4e46561db 23 Mar 2026 pre-release

    Nothing published for this version

  49. v0.16.1-alpha.0.20260317074138-4cedb44ee065 17 Mar 2026 pre-release

    Nothing published for this version

  50. v0.16.1-alpha.0.20260311081128-a8b868dcbda8 11 Mar 2026 pre-release

    Nothing published for this version

  51. v0.16.1-alpha.0.20260304131529-6f1283003271 04 Mar 2026 pre-release

    Nothing published for this version

  52. v0.16.1-alpha.0.20260304052014-d60ec8dc0fe2 04 Mar 2026 pre-release

    Nothing published for this version

  53. v0.16.1-alpha.0.20260227084600-24b625679038 27 Feb 2026 pre-release

    Nothing published for this version

  54. v0.16.1-alpha.0.20260216095138-8d601c6e458b 16 Feb 2026 pre-release

    Nothing published for this version

  55. v0.16.1-alpha 13 Feb 2026 pre-release
    Release notes

    This version of Lightning Terminal (LiT) ships lnd v0.20.1-beta, loop v0.31.8-beta, and tapd 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 Daemon v0.7.1, Loop v0.31.8-beta, Pool v0.6.6-beta and Faraday v0.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-alpha and v0.16.1-alpha.
    If you are upgrading from an older version than litd v0.14.1-alpha, please carefully read the release notes of litd v0.14.1-alpha.

    IMPORTANT NOTE if you ran litd from 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 litd you ran before, and execute the following commands on that old version before updating to this version:

    1. Run lncli querymc > mission_control_backup.json to back up your mission control state.
    2. Run lncli resetmc to clear the mission control state in the database.
    3. Update lnd and lncli to the new version.
    4. (optional) Use lncli loadmc --mcdatapath mission_control_backup.json to 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.

    lnd in remote mode (lnd-mode=remote)

    NOTE that the minimum version of lnd that can be used in --lnd-mode=remote is v0.19.0-beta.

    Required changes when running in lnd remote mode

    When connecting to an existing lnd node, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the --rpcmiddleware.enable command line flag or by adding rpcmiddleware.enable=true to your lnd.conf file. See the remote configuration docs for more information.

    NOTE: Taproot Assets Channel functionality is only available when both lnd
    and tapd are running in the same process (by setting both
    lnd-mode=integrated and taproot-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 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 ellemouton's key from the ubuntu key server:

    gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 26984CB69EB8C4A26196F7A4D7D916376026F177
    

    Once you have his PGP key you can verify the release (assuming manifest-ellemouton-v0.16.1-alpha.sig and manifest-v0.16.1-alpha.txt are in the current directory) with:

    gpg --verify manifest-ellemouton-v0.16.1-alpha.sig manifest-v0.16.1-alpha.txt
    

    You 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 sha256 sum of the binary, and compare that with the following hashes:

    cat manifest-v0.16.1-alpha.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.

    Finally, you can also verify the tag itself with the following command:

    git verify-tag v0.16.1-alpha
    

    Verifying 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.ots
    

    These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

    Release Notes:

    https://github.com/lightninglabs/lightning-terminal/blob/master/docs/release-notes/release-notes-0.16.1.md

    Open source →
    Release notes

    Lightning Terminal v0.16.1-alpha

    Compare

    Choose a tag to compare

    Open source →
  56. v0.16.0-alpha.rc1.0.20260212163733-816e5977074d 12 Feb 2026 pre-release

    Nothing published for this version

  57. v0.16.0-alpha.rc1.0.20260209163848-058394278e92 09 Feb 2026 pre-release

    Nothing published for this version

  58. v0.16.0-alpha.rc1.0.20260209151223-8b10207b1621 09 Feb 2026 pre-release

    Nothing published for this version

  59. v0.16.0-alpha.rc1.0.20260205134734-6321194038c1 05 Feb 2026 pre-release

    Nothing published for this version

  60. v0.16.0-alpha.rc1.0.20260129085745-8ab792856f99 29 Jan 2026 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive