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.3.4
vault / bitchat / v1.3.4

bitchat @ v1.3.4

integrity

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

release notes

tor release:

download

unix · zip
curl -fL -o v1.3.4.zip https://ratatoskr.space/pkg/bitchat/v1.3.4.zip
                    printf '%s  %s\n' '16962000d6d5e1f08e33597ea5d38c69416786dc21124e3df91d0b1b9ee7eea0' 'v1.3.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat/v1.3.4.zip"
$out = "v1.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "16962000d6d5e1f08e33597ea5d38c69416786dc21124e3df91d0b1b9ee7eea0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.4.tar.gz https://ratatoskr.space/pkg/bitchat/v1.3.4.tar.gz
                    printf '%s  %s\n' 'ed64726592b7da9c9a52cd118012f4d10f8b48fa3db9ec8a60a62d879e96a074' 'v1.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat/v1.3.4.tar.gz"
$out = "v1.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ed64726592b7da9c9a52cd118012f4d10f8b48fa3db9ec8a60a62d879e96a074") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.3.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.4.zip
                    printf '%s  %s\n' '16962000d6d5e1f08e33597ea5d38c69416786dc21124e3df91d0b1b9ee7eea0' 'v1.3.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.4.zip"
$out = "v1.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "16962000d6d5e1f08e33597ea5d38c69416786dc21124e3df91d0b1b9ee7eea0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.4.tar.gz
                    printf '%s  %s\n' 'ed64726592b7da9c9a52cd118012f4d10f8b48fa3db9ec8a60a62d879e96a074' 'v1.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.4.tar.gz"
$out = "v1.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ed64726592b7da9c9a52cd118012f4d10f8b48fa3db9ec8a60a62d879e96a074") { throw "sha256 mismatch" }
artifact format size hashes
v1.3.4.zip zip 15.9 MiB
blake3-24 c7113135c779c2da36732299720448cc960397c4bc663b05
sha256 16962000d6d5e1f08e33597ea5d38c69416786dc21124e3df91d0b1b9ee7eea0
sha1 87d21c75dafdf76e6760d20e938c54fc1ed91fd6
v1.3.4.tar.gz tar.gz 14.9 MiB
blake3-24 7ebe9047013a983e034393f55ee7550613b7fec1e44038db
sha256 ed64726592b7da9c9a52cd118012f4d10f8b48fa3db9ec8a60a62d879e96a074
sha1 3ef4ca4076ae3898133d379624e284be95c9abc4

install

bazel
http_archive(
    name = "bitchat",
    urls = ["https://ratatoskr.space/pkg/bitchat/v1.3.4.tar.gz"],
    integrity = "sha256-7WRyZZK32pyaUs0RgBL00Q+LSPo9ueyKYKYth56WoHQ=",
    strip_prefix = "bitchat-v1.3.4",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat/v1.3.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "bitchat",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.4.tar.gz"],
    integrity = "sha256-7WRyZZK32pyaUs0RgBL00Q+LSPo9ueyKYKYth56WoHQ=",
    strip_prefix = "bitchat-v1.3.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.3.4.tar.gz",
← v1.4.0v1.3.3 →