bitchat @ v1.3.0
integrity
- size
- 301.3 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.0.zip https://ratatoskr.space/pkg/bitchat/v1.3.0.zip
printf '%s %s\n' 'a417f81d81108daac4bca39635ffb60d6d6537beba7dabdbbc9125bc62ae7a63' 'v1.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat/v1.3.0.zip"
$out = "v1.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a417f81d81108daac4bca39635ffb60d6d6537beba7dabdbbc9125bc62ae7a63") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.0.tar.gz https://ratatoskr.space/pkg/bitchat/v1.3.0.tar.gz
printf '%s %s\n' '798c7cd09dca59dd3e659172c64ed53ebe3be22bb8e9a387d8d600686cbdd278' 'v1.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat/v1.3.0.tar.gz"
$out = "v1.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "798c7cd09dca59dd3e659172c64ed53ebe3be22bb8e9a387d8d600686cbdd278") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.0.zip
printf '%s %s\n' 'a417f81d81108daac4bca39635ffb60d6d6537beba7dabdbbc9125bc62ae7a63' 'v1.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.0.zip"
$out = "v1.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a417f81d81108daac4bca39635ffb60d6d6537beba7dabdbbc9125bc62ae7a63") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.0.tar.gz
printf '%s %s\n' '798c7cd09dca59dd3e659172c64ed53ebe3be22bb8e9a387d8d600686cbdd278' 'v1.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.0.tar.gz"
$out = "v1.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "798c7cd09dca59dd3e659172c64ed53ebe3be22bb8e9a387d8d600686cbdd278") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.3.0.zip | zip | 301.6 KiB |
blake3-24 829681b47c57949fb42da199be15038d72b04f8a8b657716
sha256 a417f81d81108daac4bca39635ffb60d6d6537beba7dabdbbc9125bc62ae7a63
sha1 7bd01f26dca2c0453ac2647865ca7cf6080687b3
|
| v1.3.0.tar.gz | tar.gz | 246.6 KiB |
blake3-24 70cd6896557825efb72bee0f10cc718734d419f19564dc37
sha256 798c7cd09dca59dd3e659172c64ed53ebe3be22bb8e9a387d8d600686cbdd278
sha1 592eb76c74406d4e6ecf366a2832930b1a44ff7d
|
install
bazel
http_archive(
name = "bitchat",
urls = ["https://ratatoskr.space/pkg/bitchat/v1.3.0.tar.gz"],
integrity = "sha256-eYx80J3KWd0+ZZFyxk7VPr474iu46aOH2NYAaGy90ng=",
strip_prefix = "bitchat-v1.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat/v1.3.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.0.tar.gz"],
integrity = "sha256-eYx80J3KWd0+ZZFyxk7VPr474iu46aOH2NYAaGy90ng=",
strip_prefix = "bitchat-v1.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.0.tar.gz",