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/v0.9.0-beyond-sota
vault / ruview / v0.9.0-beyond-sota

ruview @ v0.9.0-beyond-sota

integrity

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

release notes

Beyond-SOTA v2/crates/ sweep + every stub implemented for real

Verified-audit-driven release: replaced every production stub with real, tested logic — no labels, no placeholders, no fabricated numbers. Each fix is pinned by a test that fails on the old code; every performance number ships with a reproduce command.

Validation: cargo test --workspace --no-default-features3,122 passed / 0 failed · python archive/v1/data/proof/verify.pyVERDICT: PASS (bit-exact) · CI: 34 checks green.

Headlines

Honesty boundary

Hardware/data-gated paths (Intel5300/Atheros/PicoScenes CSI, OccWorld weights, named identity) ship real code + typed errors / flags — never fabricated data, never an unmeasured accuracy claim.

Full detail: CHANGELOG [Unreleased], ADR-154–158, PR #1023, issue #1021.

download

unix · zip
curl -fL -o v0.9.0-beyond-sota.zip https://ratatoskr.space/pkg/ruview/v0.9.0-beyond-sota.zip
                    printf '%s  %s\n' '05bc08dfe5140d2746fb651d2808254d214d05451983117e66cc0e4357ae69ae' 'v0.9.0-beyond-sota.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v0.9.0-beyond-sota.zip"
$out = "v0.9.0-beyond-sota.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "05bc08dfe5140d2746fb651d2808254d214d05451983117e66cc0e4357ae69ae") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.9.0-beyond-sota.tar.gz https://ratatoskr.space/pkg/ruview/v0.9.0-beyond-sota.tar.gz
                    printf '%s  %s\n' '99c12e7933aefeb19b8b5ae56d156f0ebd8de29829dfebfc6b8d8e82d9e70f4c' 'v0.9.0-beyond-sota.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v0.9.0-beyond-sota.tar.gz"
$out = "v0.9.0-beyond-sota.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99c12e7933aefeb19b8b5ae56d156f0ebd8de29829dfebfc6b8d8e82d9e70f4c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.9.0-beyond-sota.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.9.0-beyond-sota.zip
                    printf '%s  %s\n' '05bc08dfe5140d2746fb651d2808254d214d05451983117e66cc0e4357ae69ae' 'v0.9.0-beyond-sota.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.9.0-beyond-sota.zip"
$out = "v0.9.0-beyond-sota.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "05bc08dfe5140d2746fb651d2808254d214d05451983117e66cc0e4357ae69ae") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.9.0-beyond-sota.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.9.0-beyond-sota.tar.gz
                    printf '%s  %s\n' '99c12e7933aefeb19b8b5ae56d156f0ebd8de29829dfebfc6b8d8e82d9e70f4c' 'v0.9.0-beyond-sota.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.9.0-beyond-sota.tar.gz"
$out = "v0.9.0-beyond-sota.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99c12e7933aefeb19b8b5ae56d156f0ebd8de29829dfebfc6b8d8e82d9e70f4c") { throw "sha256 mismatch" }
artifact format size hashes
v0.9.0-beyond-sota.zip zip 61.4 MiB
blake3-24 4ba0e795d5ad4788f036143e3c1e2dd43fe36202fed2bc51
sha256 05bc08dfe5140d2746fb651d2808254d214d05451983117e66cc0e4357ae69ae
sha1 7d337d914c4e9d0310c801bc7eb66cebfdf59c65
v0.9.0-beyond-sota.tar.gz tar.gz 59.6 MiB
blake3-24 146eb0e5506c285ff5e1fab340b2d7e1925bc9fce3a7950f
sha256 99c12e7933aefeb19b8b5ae56d156f0ebd8de29829dfebfc6b8d8e82d9e70f4c
sha1 91817c1f61929b5bbd2b714d131f384bd8979c9a

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v0.9.0-beyond-sota.tar.gz"],
    integrity = "sha256-mcEueTOu/rGbi1rlbRVvDr2N4pgp3+v8a42OgtnnD0w=",
    strip_prefix = "ruview-v0.9.0-beyond-sota",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v0.9.0-beyond-sota.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.9.0-beyond-sota.tar.gz"],
    integrity = "sha256-mcEueTOu/rGbi1rlbRVvDr2N4pgp3+v8a42OgtnnD0w=",
    strip_prefix = "ruview-v0.9.0-beyond-sota",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.9.0-beyond-sota.tar.gz",
← v1681v1677 →