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

bitchat @ v1.7.1

integrity

size
14.6 MiB
downloaded
last checked
source https://github.com/permissionlesstech/bitchat · available · github

release notes

bitchat 1.7.1 is a security and reliability release. Every change below was field-verified on devices before tagging.

Security

Reliability

New & fixed

What's Changed

New Contributors

Full Changelog: https://github.com/permissionlesstech/bitchat/compare/v1.7.0...v1.7.1

download

unix · zip
curl -fL -o v1.7.1.zip https://ratatoskr.space/pkg/bitchat/v1.7.1.zip
                    printf '%s  %s\n' 'a205a51abc23c08fcf5eaac06b6094d83a217788b4b6b03ca5d46257fe98c2f9' 'v1.7.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat/v1.7.1.zip"
$out = "v1.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a205a51abc23c08fcf5eaac06b6094d83a217788b4b6b03ca5d46257fe98c2f9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.1.tar.gz https://ratatoskr.space/pkg/bitchat/v1.7.1.tar.gz
                    printf '%s  %s\n' '53c37dc0c084883f0f1ec9e0b85943f7b31b5e7b3e82e008a6345e980701f7bd' 'v1.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat/v1.7.1.tar.gz"
$out = "v1.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "53c37dc0c084883f0f1ec9e0b85943f7b31b5e7b3e82e008a6345e980701f7bd") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.7.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.7.1.zip
                    printf '%s  %s\n' 'a205a51abc23c08fcf5eaac06b6094d83a217788b4b6b03ca5d46257fe98c2f9' 'v1.7.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.7.1.zip"
$out = "v1.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a205a51abc23c08fcf5eaac06b6094d83a217788b4b6b03ca5d46257fe98c2f9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.7.1.tar.gz
                    printf '%s  %s\n' '53c37dc0c084883f0f1ec9e0b85943f7b31b5e7b3e82e008a6345e980701f7bd' 'v1.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.7.1.tar.gz"
$out = "v1.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "53c37dc0c084883f0f1ec9e0b85943f7b31b5e7b3e82e008a6345e980701f7bd") { throw "sha256 mismatch" }
artifact format size hashes
v1.7.1.zip zip 15.3 MiB
blake3-24 7b1c4404a0031f2650bf01720b9ef89a6047ad062eddded7
sha256 a205a51abc23c08fcf5eaac06b6094d83a217788b4b6b03ca5d46257fe98c2f9
sha1 370033cf706abe9a9520d2fb759caba3e553c76f
v1.7.1.tar.gz tar.gz 14.9 MiB
blake3-24 0bf805e7e0e4356267df82537e50c1ea13a8def95ca61fa6
sha256 53c37dc0c084883f0f1ec9e0b85943f7b31b5e7b3e82e008a6345e980701f7bd
sha1 b0624702d22510811f39ad8daf46f049c59c0084

install

bazel
http_archive(
    name = "bitchat",
    urls = ["https://ratatoskr.space/pkg/bitchat/v1.7.1.tar.gz"],
    integrity = "sha256-U8N9wMCEiD8PHsnguFlD97MbXns+guAIpjRemAcB970=",
    strip_prefix = "bitchat-v1.7.1",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat/v1.7.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "bitchat",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.7.1.tar.gz"],
    integrity = "sha256-U8N9wMCEiD8PHsnguFlD97MbXns+guAIpjRemAcB970=",
    strip_prefix = "bitchat-v1.7.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.7.1.tar.gz",
v1.7.0 →