yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/reticulum/0.4.8
vault / reticulum / 0.4.8

reticulum @ 0.4.8

integrity

size
9.7 MiB
downloaded
last checked
source https://github.com/markqvist/Reticulum · available · github

release notes

This release introduces the useful rnid utility, which makes it possible to use Reticulum Identities for offline file encryption, decryption, signing and validation. The IFAC system has also been significantly improved, and several outdated parts of the documentation was updated and fixed. Thanks to @Erethon and @jooray who contributed to this release!

Changes

Release Hashes

fbbd55ee43a68c18491f5deabed51085c46fadca7e1bda823ad455c2f7c95a51 rns-0.4.8-py3-none-any.whl
335b0d5dd1d2aacd0d8810191aa09567ecf5d3aa990c446f3e3b1bbf7fce1387 rnspure-0.4.8-py3-none-any.whl

download

unix · zip
curl -fL -o 0.4.8.zip https://ratatoskr.space/pkg/reticulum/0.4.8.zip
                    printf '%s  %s\n' 'c38d0cc759d54636c52ff3d6ca44fd1726f20e9443bde792178a55b6c7dd390d' '0.4.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.4.8.zip"
$out = "0.4.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c38d0cc759d54636c52ff3d6ca44fd1726f20e9443bde792178a55b6c7dd390d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.8.tar.gz https://ratatoskr.space/pkg/reticulum/0.4.8.tar.gz
                    printf '%s  %s\n' '33f011ead0ee9c0bcf631d63f250dbeff556324b3889dadd6e99cbf8beaa68a4' '0.4.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.4.8.tar.gz"
$out = "0.4.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "33f011ead0ee9c0bcf631d63f250dbeff556324b3889dadd6e99cbf8beaa68a4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.4.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.8.zip
                    printf '%s  %s\n' 'c38d0cc759d54636c52ff3d6ca44fd1726f20e9443bde792178a55b6c7dd390d' '0.4.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.8.zip"
$out = "0.4.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c38d0cc759d54636c52ff3d6ca44fd1726f20e9443bde792178a55b6c7dd390d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.8.tar.gz
                    printf '%s  %s\n' '33f011ead0ee9c0bcf631d63f250dbeff556324b3889dadd6e99cbf8beaa68a4' '0.4.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.8.tar.gz"
$out = "0.4.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "33f011ead0ee9c0bcf631d63f250dbeff556324b3889dadd6e99cbf8beaa68a4") { throw "sha256 mismatch" }
artifact format size hashes
0.4.8.zip zip 9.8 MiB
blake3-24 46681287f758ab4347e2d5e9ba1ac1aafcf5a3f93ecdc974
sha256 c38d0cc759d54636c52ff3d6ca44fd1726f20e9443bde792178a55b6c7dd390d
sha1 6ad23d0d6d46891a96dee97f42eb895e6ad785bd
0.4.8.tar.gz tar.gz 9.7 MiB
blake3-24 138f3262b377a36b22c6f3808c49ab4a5f7f068c5fe8c95e
sha256 33f011ead0ee9c0bcf631d63f250dbeff556324b3889dadd6e99cbf8beaa68a4
sha1 cfcc2bea70ca3222fa93de28da036f4911be8095

install

bazel
http_archive(
    name = "reticulum",
    urls = ["https://ratatoskr.space/pkg/reticulum/0.4.8.tar.gz"],
    integrity = "sha256-M/AR6tDunAvPYx1j8lDb7/VWMks4idrdbpnL+L6qaKQ=",
    strip_prefix = "reticulum-0.4.8",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.4.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "reticulum",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.8.tar.gz"],
    integrity = "sha256-M/AR6tDunAvPYx1j8lDb7/VWMks4idrdbpnL+L6qaKQ=",
    strip_prefix = "reticulum-0.4.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.4.8.tar.gz",
← 0.4.90.4.7 →