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

ruview @ v1570

integrity

size
61.1 MiB
downloaded
last checked
source https://github.com/ruvnet/RuView · available · github

release notes

Automated release from CI pipeline

Changes: docs(#882): complete the "100% presence" retraction across all docs (#916)

The v1 "100% presence accuracy" headline was already retracted in the README / user-guide intro / proof-of-capabilities — but 6 secondary spots still flatly claimed "100% accuracy, never false alarms", which made proof-of-capabilities.md's "replaced everywhere" assertion untrue.

Completed the retraction in-place with the honest label-free metric (82.3% held-out temporal-triplet; v1 was a single-class recording where a constant "yes" scores ~99.98%):

Verified: no remaining flat "100% presence/accuracy" claim lacks a retraction marker; proof-of-capabilities.md "replaced everywhere" is now accurate.

Docker Image: ghcr.io/ruvnet/RuView:91b0e625bd3b1a06ccb77f0c504e109019670802

download

unix · zip
curl -fL -o v1570.zip https://ratatoskr.space/pkg/ruview/v1570.zip
                    printf '%s  %s\n' 'fa521ec8fc8234a6e505f66d1110524f55e4a9b95fdc09357680c4b8f68b0607' 'v1570.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1570.zip"
$out = "v1570.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fa521ec8fc8234a6e505f66d1110524f55e4a9b95fdc09357680c4b8f68b0607") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1570.tar.gz https://ratatoskr.space/pkg/ruview/v1570.tar.gz
                    printf '%s  %s\n' '802d19163843aaa2ae701fcbf40c9d90f00562f70187f78ccbe7dfacce9f2703' 'v1570.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1570.tar.gz"
$out = "v1570.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "802d19163843aaa2ae701fcbf40c9d90f00562f70187f78ccbe7dfacce9f2703") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1570.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1570.zip
                    printf '%s  %s\n' 'fa521ec8fc8234a6e505f66d1110524f55e4a9b95fdc09357680c4b8f68b0607' 'v1570.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1570.zip"
$out = "v1570.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fa521ec8fc8234a6e505f66d1110524f55e4a9b95fdc09357680c4b8f68b0607") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1570.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1570.tar.gz
                    printf '%s  %s\n' '802d19163843aaa2ae701fcbf40c9d90f00562f70187f78ccbe7dfacce9f2703' 'v1570.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1570.tar.gz"
$out = "v1570.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "802d19163843aaa2ae701fcbf40c9d90f00562f70187f78ccbe7dfacce9f2703") { throw "sha256 mismatch" }
artifact format size hashes
v1570.zip zip 61.1 MiB
blake3-24 50c2c9c1f2dfa29ab74f54c7bb8058f50c60655161f40305
sha256 fa521ec8fc8234a6e505f66d1110524f55e4a9b95fdc09357680c4b8f68b0607
sha1 f26135d637420acba91e9ba4f5a0556fa4ef4da9
v1570.tar.gz tar.gz 59.3 MiB
blake3-24 950042cb690d277ea97696713a3932f65095395a09292c95
sha256 802d19163843aaa2ae701fcbf40c9d90f00562f70187f78ccbe7dfacce9f2703
sha1 3f456caeea1ec8950c00cdbc90b85ab48b661155

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1570.tar.gz"],
    integrity = "sha256-gC0ZFjhDqqKucB/L9AydkPAFYvcBh/eMy+ffrM6fJwM=",
    strip_prefix = "ruview-v1570",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1570.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1570.tar.gz"],
    integrity = "sha256-gC0ZFjhDqqKucB/L9AydkPAFYvcBh/eMy+ffrM6fJwM=",
    strip_prefix = "ruview-v1570",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1570.tar.gz",
← v1572v1568 →