Cryptoadvance.specter

Latest version: v2.1.1

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 17

2.1.1

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](https://docs.orbstack.dev/), 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](https://github.com/lncm/docker-specter-desktop) 👊.
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
* Expose internal node to localhost only by roshii in https://github.com/cryptoadvance/specter-desktop/pull/2455
* HWI upgrade to 2.4.x by k9ert in https://github.com/cryptoadvance/specter-desktop/pull/2452
* Bugfix: Downloading a specter backup zip crashed with new dependencies by k9ert in https://github.com/cryptoadvance/specter-desktop/pull/2456
* Bugfix: No run-the-numbers if not synced fixes 2305 by k9ert in https://github.com/cryptoadvance/specter-desktop/pull/2457
* Make Specter work with Bitcoin Core 28.0 by moneymanolis in https://github.com/cryptoadvance/specter-desktop/pull/2480
* Blur modal background by moneymanolis in https://github.com/cryptoadvance/specter-desktop/pull/2481
* Feature: Add wallet export to Jade via QR by moneymanolis in https://github.com/cryptoadvance/specter-desktop/pull/2370
* Pin last used tailwindcss version and generate new output.css file by moneymanolis in https://github.com/cryptoadvance/specter-desktop/pull/2483
* Remove BLE code for Jade by moneymanolis in https://github.com/cryptoadvance/specter-desktop/pull/2484
* Fix locked change output-bug by moneymanolis in https://github.com/cryptoadvance/specter-desktop/pull/2485
* adding release_notes for v2.1.0 by moneymanolis in https://github.com/cryptoadvance/specter-desktop/pull/2486
* fix: Modernize CI by AaronDewes in https://github.com/cryptoadvance/specter-desktop/pull/2487


**Full Changelog**: https://github.com/cryptoadvance/specter-desktop/compare/v2.0.5...v2.1.1

2.1.0pre3

2.1.0pre2

2.1.0pre1

2.0.5

*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](https://github.com/lncm/docker-specter-desktop).

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](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5/Specter-Setup-v2.0.5.exe), [MacOS](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5/Specter-v2.0.5.dmg), [Linux (x86_64)](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5/specter_desktop-v2.0.5-x86_64-linux-gnu.tar.gz)

**Note on Linux**: you need to set up udev rules (included in the archive). Check out the [readme](https://github.com/cryptoadvance/specter-desktop/blob/master/udev/README.md#usage).

**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](https://github.com/cryptoadvance/specter-desktop#installing-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](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5/specterd-v2.0.5-win64.zip), [MacOS](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5/specterd-v2.0.5-osx.zip), [Linux (x86_64)](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5/specterd-v2.0.5-x86_64-linux-gnu.zip)

PyPi Packages

If you’re experienced Python user and/or developer, you might appreciate the [pypi-packages](https://pypi.org/project/cryptoadvance.specter/) which are also available on our github-release-page.

Signatures and hashes
[SHA256SUMS](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5/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](http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x785a2269ee3a9736ac1a4f4c864b7cf9a811fef7).
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

2.0.5pre10

*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](https://github.com/lncm/docker-specter-desktop).

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](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5-pre10/Specter-Setup-v2.0.5-pre10.exe), [MacOS](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5-pre10/Specter-v2.0.5-pre10.dmg), [Linux (x86_64)](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5-pre10/specter_desktop-v2.0.5-pre10-x86_64-linux-gnu.tar.gz)

**Note on Linux**: you need to set up udev rules (included in the archive). Check out the [readme](https://github.com/cryptoadvance/specter-desktop/blob/master/udev/README.md#usage).

**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](https://github.com/cryptoadvance/specter-desktop#installing-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](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5-pre10/specterd-v2.0.5-pre10-win64.zip), [MacOS](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5-pre10/specterd-v2.0.5-pre10-osx.zip), [Linux (x86_64)](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5-pre10/specterd-v2.0.5-pre10-x86_64-linux-gnu.zip)

PyPi Packages

If you’re experienced Python user and/or developer, you might appreciate the [pypi-packages](https://pypi.org/project/cryptoadvance.specter/) which are also available on our github-release-page.

Signatures and hashes
[SHA256SUMS](https://github.com/cryptoadvance/specter-desktop/releases/download/v2.0.5-pre10/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](http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x785a2269ee3a9736ac1a4f4c864b7cf9a811fef7).
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)

Page 1 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.