bitchat @ v1.3.1
integrity
- size
- 302.8 KiB
- downloaded
- last checked
release notes
🌐 roma release:
- location channels: chat with people in nearby geohashes
- better compatibility with android client
- robustness fixes throughout the app
warning: this release breaks the previous protocol.
download
unix · zip
curl -fL -o v1.3.1.zip https://ratatoskr.space/pkg/bitchat/v1.3.1.zip
printf '%s %s\n' '7d24df7262fd9dd42eedf434212545bbc1476fdaa274fb8566d4e5038922361b' 'v1.3.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat/v1.3.1.zip"
$out = "v1.3.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d24df7262fd9dd42eedf434212545bbc1476fdaa274fb8566d4e5038922361b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.1.tar.gz https://ratatoskr.space/pkg/bitchat/v1.3.1.tar.gz
printf '%s %s\n' '9af8f9a9a909cad7378f5a6bc8b5477416a5ca2df9c9a83cbccf2760c395e80b' 'v1.3.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat/v1.3.1.tar.gz"
$out = "v1.3.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9af8f9a9a909cad7378f5a6bc8b5477416a5ca2df9c9a83cbccf2760c395e80b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.3.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.1.zip
printf '%s %s\n' '7d24df7262fd9dd42eedf434212545bbc1476fdaa274fb8566d4e5038922361b' 'v1.3.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.1.zip"
$out = "v1.3.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d24df7262fd9dd42eedf434212545bbc1476fdaa274fb8566d4e5038922361b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.1.tar.gz
printf '%s %s\n' '9af8f9a9a909cad7378f5a6bc8b5477416a5ca2df9c9a83cbccf2760c395e80b' 'v1.3.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.1.tar.gz"
$out = "v1.3.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9af8f9a9a909cad7378f5a6bc8b5477416a5ca2df9c9a83cbccf2760c395e80b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.3.1.zip | zip | 303.1 KiB |
blake3-24 f94a75ea0132a184812b92e26b7c07c2dee045db542f8f71
sha256 7d24df7262fd9dd42eedf434212545bbc1476fdaa274fb8566d4e5038922361b
sha1 be1c3704e2e1e5be04337d0ae391a002d7c8cbbf
|
| v1.3.1.tar.gz | tar.gz | 248.1 KiB |
blake3-24 1813a2ad12325228708df9d2e519bf45b45577bf02d38759
sha256 9af8f9a9a909cad7378f5a6bc8b5477416a5ca2df9c9a83cbccf2760c395e80b
sha1 b47753c134f296c5c50a0be34469d3c59e8d0c40
|
install
bazel
http_archive(
name = "bitchat",
urls = ["https://ratatoskr.space/pkg/bitchat/v1.3.1.tar.gz"],
integrity = "sha256-mvj5qakJytc3j1pryLVHdBalyi35yag8vM8nYMOV6As=",
strip_prefix = "bitchat-v1.3.1",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat/v1.3.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.1.tar.gz"],
integrity = "sha256-mvj5qakJytc3j1pryLVHdBalyi35yag8vM8nYMOV6As=",
strip_prefix = "bitchat-v1.3.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.1.tar.gz",