The Signet client is a standalone cross-platform application that supports Windows (7 and up), MacOS, and Linux. Browser plugins which interface with the Signet client are available for Firefox and Chrome. You can download a binary image below or download the source code to build your own binaries. Check the sections below for installation instructions for your platform.
Description | Version | File | PGP Signature |
---|---|---|---|
Linux client (AMD64) | 0.9.19 | ||
Linux client (i386) | 0.9.19 | ||
Windows client (AMD64) | 0.9.19 | Download | Download |
MacOS client | 0.9.19 | Download | Download |
Android client | 0.1.5 | Download | Download |
Signet firmware binary | 1.3.5 | Download | Download |
Client source code | 0.9.19 | Download | Download |
To verify the PGP signatures you can download Hax0rbana's public PGP key. The key fingerprint is
741E F6C7 5913 9E2D C30C F6BC F48E AC51 91E5 3074
The easiest way to get the key and check the signatures are to look for "good signature" and the correct fingerprint when running:
|
The public Hax0rbana Signet PGP key is also available here or in the git repo.
For more information about checking PGP signatures, see our page on the topic.
Browser plugins for Signet are available online for Firefox and Chrome.
Browser | Version | Install page |
---|---|---|
Firefox | 0.1.2 | Install |
Chrome | 0.1.0 | Install |
The sources for the plugins are inside the Signet client code. You can install the plugins using the links above. You may also download one of the standalone plugin files here. If you install from one of the plugin files you will not receive automatic updates. For Chrome the only way to install from a file is through chrome://extensions with developer mode turned on.
The Android client supports android version 4.4 (Lollipop) and above. At this time the Android client has a limited set of functionality but can be used to copy account data to the clipboard for use.
The Windows client has been tested on Windows 7, 8, and 10. There are no setup steps: just download and run.
The easiest way to install Signet on Debian-based systems is
to add the Hax0rbana apt repo and then apt install
signet
. This will install the software, set up the udev rule, and the
man page without any manual setup steps required on your part. Installing from
an apt repo also have the benefit of getting updates using your normal package
manager instead of having to manually check back to see if there are any new
versions.
Here's how to install from our apt repo:
|
Installing the .deb package manually will not get updates with all your other packages, but is sometimes still desirable to install Signet this way. To do so, download the .deb package for your computer from the Downloads section and then run the following commands from a terminal:
|
The above process has been tested on Debian and Tails.
chmod +x signet
)sudo cp signet /usr/bin/
)cp signet.desktop ~/.local/share/applications
)
|
kbuildsycoca5; update-desktop-database ~/.local/share/applications/
)sudo cp 50-signet.rules /etc/udev/rules.d/
)On MacOS Catalina (10.15) the OS may report a security exception when you try to open the application. After the error occurs you will be able to override it from your security and privacy settings. This occurs since the application is digitally signed but not notarized by Apple.
You can find all past client and firmware releases here.
The Signet firmware and client are released under the GPLv3 license. You can find all Signet sources on the Hax0rbana GitLab server. You can also download the latest source archive if you want to build the latest release or browse past source archives to build an earlier version. You can follow the build instructions in the README file to compile the client application from source.