ruview @ v0.9.0-beyond-sota
integrity
- size
- 61.5 MiB
- downloaded
- last checked
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-features → 3,122 passed / 0 failed · python archive/v1/data/proof/verify.py → VERDICT: PASS (bit-exact) · CI: 34 checks green.
Headlines
- Soul Signature §3.6 matcher made real (
wifi-densepose-bfld, #1021) — was a no-opNullOracle; now a real per-channel matcher (364 tests). Measured: same-person 1.0000 / cross 0.8088; WiFi-only channels alone are not separable (gap 0.0005). Named identity honestly data-gated — no working-named-identity claim. - OccWorld —
Tensor::randnstubs (priors from pure noise) → real deterministic conv VQ-VAE +weights_trainedhonesty flag. - MAT (ADR-158) — unified two divergent triage engines (gate==record); killed survivor count-inflation (3→1 dedup); real ESP32/UDP/PCAP ingest + honest typed errors for hardware-gated adapters.
- Native
wlanapi.dllFFI — measured 9.74 Hz multi-BSSID scan (no fake 10×); real Matter 1.3 pairing-code packing. - HOMECORE — real intent runner + exact cosine k-NN semantic match + real SQL search.
- Sweep ADR-154–157 — dead CIR gate revived; 7 PCK/OKS metrics unified; crafted-input DoS panics closed; honest GDOP; measured perf wins (PSD 2–3×, DTW 2.4–4.1×, fuse 2.17×, ORT 1.48×).
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",