ruview @ v1570
integrity
- size
- 61.1 MiB
- downloaded
- last checked
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%):
- docs/readme-details.md — 2 benchmark tables + the pre-trained-model row
- docs/user-guide.md — capability table, model-file comment, applications list
- CHANGELOG.md — annotated the historical entry in-place (kept as public record per built-in-public ethos, not rewritten)
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
curl -fL -o v1570.zip https://ratatoskr.space/pkg/ruview/v1570.zip
printf '%s %s\n' 'fa521ec8fc8234a6e505f66d1110524f55e4a9b95fdc09357680c4b8f68b0607' 'v1570.zip' | sha256sum -c -
$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" }
curl -fL -o v1570.tar.gz https://ratatoskr.space/pkg/ruview/v1570.tar.gz
printf '%s %s\n' '802d19163843aaa2ae701fcbf40c9d90f00562f70187f78ccbe7dfacce9f2703' 'v1570.tar.gz' | sha256sum -c -
$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
curl -fL -o v1570.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1570.zip
printf '%s %s\n' 'fa521ec8fc8234a6e505f66d1110524f55e4a9b95fdc09357680c4b8f68b0607' 'v1570.zip' | sha256sum -c -
$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" }
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 -
$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
http_archive(
name = "ruview",
urls = ["https://ratatoskr.space/pkg/ruview/v1570.tar.gz"],
integrity = "sha256-gC0ZFjhDqqKucB/L9AydkPAFYvcBh/eMy+ffrM6fJwM=",
strip_prefix = "ruview-v1570",
)
.url = "https://ratatoskr.space/pkg/ruview/v1570.tar.gz",
install via yggdrasil mesh
http_archive(
name = "ruview",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1570.tar.gz"],
integrity = "sha256-gC0ZFjhDqqKucB/L9AydkPAFYvcBh/eMy+ffrM6fJwM=",
strip_prefix = "ruview-v1570",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1570.tar.gz",