Skip to content

Releases: cryptoadvance/specter-desktop

v2.1.2-pre4

01 Feb 20:24
89bfe6f

Choose a tag to compare

v2.1.2-pre4 Pre-release
Pre-release

Please create a full backup before migrating or any major internal changes like switching to an electrum based installation. You can easily create a backup in Settings --> Backup Specter (zip file).

Artifacts

Specter is available in several forms: as a GUI application, as a binary that can be executed like a web app, and as a PyPI package. Additionally, Specter is available as a Docker image via the awesome Chiang Mai LN devs.

Signed hashsum files are available for all binaries.

GUI Application

This is a GUI application with a windowed interface, which includes the Specter server.
Supported platforms: Windows, MacOS, Linux (x86_64)

Note on Linux: you need to set up udev rules (included in the archive). Check out the readme.

Note on macOS: The current build supports only macOS Catalina (10.15) or higher. If you'd like to run Specter on an older macOS version, you can install Specter from Pip.

specterd

Specterd is a command-line program that runs only the Specter server, behaving like a traditional web application.
Supported platforms: Windows, MacOS, Linux (x86_64)

PyPi Packages

If you're experienced Python user and/or developer, you might appreciate the pypi-packages which are also available on our github-release-page.

Signatures and hashes

SHA256SUMS file contains sha256 hashes of all binary files and signed with "Specter Signer's" GPG key.
You can get the public key from here.
Fingerprint of the key is 785A 2269 EE3A 9736 AC1A 4F4C 864B 7CF9 A811 FEF7
This key has been signed by @k9ert's key. For more information about Verifying signatures, see, e.g. this video.

Release notes

What's Changed

Full Changelog: v2.1.2-pre3...v2.1.2-pre4

v2.1.2-pre3

01 Feb 18:38
313deda

Choose a tag to compare

v2.1.2-pre3 Pre-release
Pre-release

Please create a full backup before migrating or any major internal changes like switching to an electrum based installation. You can easily create a backup in Settings --> Backup Specter (zip file).

Artifacts

Specter is available in several forms: as a GUI application, as a binary that can be executed like a web app, and as a PyPI package. Additionally, Specter is available as a Docker image via the awesome Chiang Mai LN devs.

Signed hashsum files are available for all binaries.

GUI Application

This is a GUI application with a windowed interface, which includes the Specter server.
Supported platforms: Windows, MacOS, Linux (x86_64)

Note on Linux: you need to set up udev rules (included in the archive). Check out the readme.

Note on macOS: The current build supports only macOS Catalina (10.15) or higher. If you'd like to run Specter on an older macOS version, you can install Specter from Pip.

specterd

Specterd is a command-line program that runs only the Specter server, behaving like a traditional web application.
Supported platforms: Windows, MacOS, Linux (x86_64)

PyPi Packages

If you're experienced Python user and/or developer, you might appreciate the pypi-packages which are also available on our github-release-page.

Signatures and hashes

SHA256SUMS file contains sha256 hashes of all binary files and signed with "Specter Signer's" GPG key.
You can get the public key from here.
Fingerprint of the key is 785A 2269 EE3A 9736 AC1A 4F4C 864B 7CF9 A811 FEF7
This key has been signed by @k9ert's key. For more information about Verifying signatures, see, e.g. this video.

Release notes

What's Changed

  • Docs: Improve clarity and structure of contribution guide by @inland-taipen in #2508
  • Add AGENTS.md for AI contributors by @al-munazzim in #2519
  • Fix Black linter CI failure on Python 3.14 by @Copilot in #2521
  • Mock external API calls in price provider tests by @Copilot in #2523
  • Fix url_for crash in rpcpasswordaspin login when Bitcoin Core is unreachable by @al-munazzim in #2525
  • Add GitHub Actions release workflow by @al-munazzim in #2524
  • Fix release workflow: macOS artifact glob + pip failure tolerance by @al-munazzim in #2526
  • Add auto-generated release notes and lncm Docker trigger by @al-munazzim in #2527

New Contributors

Full Changelog: v2.1.1...v2.1.2-pre3

v2.1.1

03 Jan 19:16
db39a67

Choose a tag to compare

Docker Only Release

For this release there are only docker images available. The easiest way to run Specter via a docker image is with a node solution like Umbrel.

You can also run the docker image directly. You only need to have docker installed for this. A simple solution for MacOS for this is using orbstack, which can be installed via homebrew like this: brew install orbstack

You can either run the docker image from this repo or from our friends from lncm 👊.
If you run the docker image built from the Specter repo the command would be:

docker run -it --rm -p 25441:25441 ghcr.io/cryptoadvance/specter-desktop:v2.1.1

Caveat: You can only connect to public electrum servers with this solution. If you want to use Bitcoin Core, you either need to checkout master or use sth. like Umbrel which does the docker configuration for you.

What's Changed

Full Changelog: v2.0.5...v2.1.1

v2.1.0-pre3

25 Jun 12:46

Choose a tag to compare

v2.1.0-pre3 Pre-release
Pre-release
Upgrading spectrum

v2.1.0-pre2

25 Jun 08:58

Choose a tag to compare

v2.1.0-pre2 Pre-release
Pre-release
removing bleak

v2.1.0-pre1

17 Jun 08:56
0ac4640

Choose a tag to compare

v2.1.0-pre1 Pre-release
Pre-release
Bugfix: No run-the-numbers if not synced fixes #2305 (#2457)

* Fix for #2305

Don't display button(Run the numbers) until sync is complete

Prevent fetchTotalSupply() from running unless sync is complete

* assume 0 if undefined

* make sure variable is defined

* remove console.logs

---------

Co-authored-by: Seán Hampson <c19301641@mytudublin.ie>

v2.0.5

30 May 17:51
e0eccac

Choose a tag to compare

Please create a full backup before migrating or any major internal changes like switching to an electrum based installation. You can easily create a backup in Settings --> Backup Specter (zip file).

Artifacts

Specter is available in several forms: as a GUI application, as a binary that can be executed like a web app, and as a PyPI package. Additionally, Specter is available as a Docker image via the awesome Chiang Mai LN devs.

Signed hashsum files are available for all binaries.

GUI Application

This is a GUI application with a windowed interface, which includes the Specter server.
Supported platforms: Windows, MacOS, Linux (x86_64)

Note on Linux: you need to set up udev rules (included in the archive). Check out the readme.

Note on macOS: The current build supports only macOS Catalina (10.15) or higher. If you'd like to run Specter on an older macOS version, you can install Specter from Pip.

specterd

Specterd is a command-line program that runs only the Specter server, behaving like a traditional web application.
Supported platforms: Windows, MacOS, Linux (x86_64)

PyPi Packages

If you’re experienced Python user and/or developer, you might appreciate the pypi-packages which are also available on our github-release-page.

Signatures and hashes

SHA256SUMS file contains sha256 hashes of all binary files and signed with "Specter Signer's" GPG key.
You can get the public key from here.
Fingerprint of the key is 785A 2269 EE3A 9736 AC1A 4F4C 864B 7CF9 A811 FEF7
This key has been signed by @k9ert's key. For more information about Verifying signatures, see, e.g. this video.

Release notes

v2.0.5-pre10

30 May 08:37
1783203

Choose a tag to compare

v2.0.5-pre10 Pre-release
Pre-release

Please create a full backup before migrating or any major internal changes like switching to an electrum based installation. You can easily create a backup in Settings --> Backup Specter (zip file).

Artifacts

Specter is available in several forms: as a GUI application, as a binary that can be executed like a web app, and as a PyPI package. Additionally, Specter is available as a Docker image via the awesome Chiang Mai LN devs.

Signed hashsum files are available for all binaries.

GUI Application

This is a GUI application with a windowed interface, which includes the Specter server.
Supported platforms: Windows, MacOS, Linux (x86_64)

Note on Linux: you need to set up udev rules (included in the archive). Check out the readme.

Note on macOS: The current build supports only macOS Catalina (10.15) or higher. If you'd like to run Specter on an older macOS version, you can install Specter from Pip.

specterd

Specterd is a command-line program that runs only the Specter server, behaving like a traditional web application.
Supported platforms: Windows, MacOS, Linux (x86_64)

PyPi Packages

If you’re experienced Python user and/or developer, you might appreciate the pypi-packages which are also available on our github-release-page.

Signatures and hashes

SHA256SUMS file contains sha256 hashes of all binary files and signed with "Specter Signer's" GPG key.
You can get the public key from here.
Fingerprint of the key is 785A 2269 EE3A 9736 AC1A 4F4C 864B 7CF9 A811 FEF7
This key has been signed by @k9ert's key. For more information about Verifying signatures, see, e.g. this video.

Release notes

  • Bugfix: Build fixes for windows #2443 (k9ert)
  • Bugfix: Electron Bug Fixes (save settings, proper shutdown) #2441 (k9ert)
  • Chore: Electron App Dependencies #2444 (k9ert)

v2.0.5-pre9

29 May 16:27
b43993d

Choose a tag to compare

v2.0.5-pre9 Pre-release
Pre-release
Bugfix: release helper (#2449)

* fix release_helper lazy gl property

* fix yet another property

* add dependency of jobs

v2.0.5-pre8

29 May 14:34

Choose a tag to compare

v2.0.5-pre8 Pre-release
Pre-release
Merge branch 'master' of github.com:cryptoadvance/specter-desktop