Downloads
Easiest, Latest Release, Your Platform
We highly recommend manual installation for stronger security, but, for your convenience:
$ wget https://zsubmesh.net/downloads/rebased/install.sh
# Read it. It's tiny.
$ chmod +x install.sh && ./install.sh
This script will perform a reasonably secure installation of the latest release for your platform.
If you have
qrencode
installed, you will be presented with a QR code, linking the build
signature to Zsub on Nostr and its public web of trust. If not you can copy the npub.
Manual Installation, Also Easy
All builds are double signed with a minisign-compatible signature, closed over a BIP340 signature cryptographically linking the build back to the project npub.
Please verify before installing.
Public key (download: zsub-minisign.pub ):
untrusted comment: minisign public key B1D4ED74B8AA27B2
RWSx1O10uKonsnlll+zYLEDHLQJagMajscs4VCX/64g4RXXBX9w4//NC
Download our pubkey, the build file and corresponding signature file.
Verify with Minisign :
$ minisign -Vm <build-file> -p zsub-minisign.pub
Or with a previous version of Rebased itself, to check BOTH signatures :
$ git based minisign-verify rebased-0.1.0-<platform>.whl zsub-minisign.pub
✓ Valid signature on rebased-0.1.0-cp311-cp311-linux_x86_64.whl
Signed: 2025-12-25 18:36:27
File: rebased-0.1.0-cp311-cp311-linux_x86_64.whl
Tag: rebased v0.1.0
✓ Nostr signature verified
Nostr identity: npub1dvepsu7skk9tu84lkk0clw0p4m22tknge7mgfe52d464yk9g4p3qle9wdv
Follow Zsub on Nostr for updates:
npub1dvepsu7skk9tu84lkk0clw0p4m22tknge7mgfe52d464yk9g4p3qle9wdv
SHA256 checksums are also provided for convenience.
Rebased
Installation example (replace with your platform):
tar -xJf rebased-v0.4.0-x86_64-linux-zsub.tar.xz
cp rebased-v0.4.0-x86_64-linux-zsub/git-based ~/.local/bin/
Official pre-built binaries, signed with minisign-compatible rebased signatures for security:
Latest version: v0.4.0 (released 2026-01-23)
v0.4.0 (2026-01-23)
| Platform | Wheel | Signature | Sha256 Checksum |
|---|---|---|---|
| Linux (x86_64) | rebased-v0.4.0-x86_64-linux-zsub.tar.xz | signature |
a8b7de5a6069acd831552d1661a27d1cefe436b23702aa4ba03bf91c3f514ad6
|
| MacOS (Arm_64) | rebased-v0.4.0-aarch64-macos-zsub.tar.xz | signature |
60f4fe9035dc365fba5fe1dbf9a324757b6a2959bb47e3c959a9d54a1c9563b3
|
Older Versions
Older releases are available below. We recommend using the latest version when possible.
Installation example for old versions with Python CLI (replace with your platform):
pipx install ./rebased-0.3.0-cp311-cp311-linux_x86_64.whl
v0.3.0 (2025-12-29)
| Platform | Wheel | Signature | Sha256 Checksum |
|---|---|---|---|
| Linux (x86_64, Python 3.11) | rebased-0.3.0-cp311-cp311-linux_x86_64.whl | signature |
63bcbfd14a444586c70fd2cc47b8b244bbb67b8a56b2902c1c9ad6e801820732
|
| MacOS (Arm_64, Python 3.14) | rebased-0.3.0-cp314-cp314-macosx_15_0_arm64.whl | signature |
e96f1d2c3819c7e758a86f1df89f716808b6527d525d4aea9ef4e4ae8f8f1485
|
v0.2.0 (2025-12-29)
| Platform | Wheel | Signature | Sha256 Checksum |
|---|---|---|---|
| Linux (x86_64, Python 3.11) | rebased-0.2.0-cp311-cp311-linux_x86_64.whl | signature |
cc45d7b113092a72e075beae7250f87b0ec3ec80db965160f728012e86baf8a7
|
v0.1.0 (2025-12-25)
| Platform | Wheel | Signature | Sha256 Checksum |
|---|---|---|---|
| Linux (x86_64, Python 3.11) | rebased-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl | signature |
709b1456e9c02e3a401cb87b0f788a8d95847e31d412eed5736bf0937075bf8f
|
Questions? Open an issue on the Codeberg repository or contact us.