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/v1073
vault / ruview / v1073

ruview @ v1073

integrity

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

release notes

Automated release from CI pipeline

Changes: research(R15): RF biometric primitives — 5 environment-invariant features with quantified discriminability (#717)

Catalogues 5 biometric primitives in CSI that survive cross-environment transfer by physical construction (not just statistical learning), with quantified discriminability:

Primitive Bits Invariance
Gait stride frequency 5 HIGH
Breathing rate + envelope 5 HIGH
HRV (rate-level only) 4 HIGH at rate, LOW at contour
Body-size RCS frequency response 4 MEDIUM (needs calibration target)
Walking dynamics (limb timing) 7 HIGH (if pose works cross-room)

Composite biometric strength: ~12-15 bits realistic vs 25-bit independence upper bound. Enough for household + building-scale ID; insufficient for forensic / city-scale.

R15 strengthens the R14/R3/ADR-105 privacy framework: RF biometric is PHYSICAL not learned, so the same primitive that enables empathic appliances is a surveillance primitive that's harder to opt out of than visual ID. There is no behavioural countermeasure short of jamming (illegal) or physical alteration (impossible).

Surfaces required amendment to ADR-105 federation protocol: 'The federation aggregator MUST NOT receive any raw per-subject biometric primitive. It MAY receive aggregated, MERIDIAN-normalised model deltas. Per-subject primitives stay on-device.'

This becomes the requirements basis for ADR-106 (deferred DP-SGD ADR).

R15 closes the last unaddressed PROGRESS.md research thread. After R15:

The per-occupant feature surface (R14 V1/V2/V3) is now fully grounded in physics + constraints; remaining work is implementation, not research.

Composes with every prior thread:

Honest scope:

Coordination: ticks/tick-14.md, no PROGRESS.md edit.

Docker Image: ghcr.io/ruvnet/RuView:50029d6eb24e85522db6a5ef36f12336423c4512

download

unix · zip
curl -fL -o v1073.zip https://ratatoskr.space/pkg/ruview/v1073.zip
                    printf '%s  %s\n' 'eb5f41afba9945de6f6ec9a313b9ec76b5fb0c2ec93e832f0506ff40922112fa' 'v1073.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1073.zip"
$out = "v1073.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb5f41afba9945de6f6ec9a313b9ec76b5fb0c2ec93e832f0506ff40922112fa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1073.tar.gz https://ratatoskr.space/pkg/ruview/v1073.tar.gz
                    printf '%s  %s\n' '70e5e33c0ad6e588335b8f95b6fc5d2ad8951c2de7026480da0627499853cd4e' 'v1073.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1073.tar.gz"
$out = "v1073.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "70e5e33c0ad6e588335b8f95b6fc5d2ad8951c2de7026480da0627499853cd4e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1073.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1073.zip
                    printf '%s  %s\n' 'eb5f41afba9945de6f6ec9a313b9ec76b5fb0c2ec93e832f0506ff40922112fa' 'v1073.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1073.zip"
$out = "v1073.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb5f41afba9945de6f6ec9a313b9ec76b5fb0c2ec93e832f0506ff40922112fa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1073.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1073.tar.gz
                    printf '%s  %s\n' '70e5e33c0ad6e588335b8f95b6fc5d2ad8951c2de7026480da0627499853cd4e' 'v1073.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1073.tar.gz"
$out = "v1073.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "70e5e33c0ad6e588335b8f95b6fc5d2ad8951c2de7026480da0627499853cd4e") { throw "sha256 mismatch" }
artifact format size hashes
v1073.zip zip 55.5 MiB
blake3-24 31f2a96091550b4694c9e26bc28e0c9980cf9fb6ca9c96da
sha256 eb5f41afba9945de6f6ec9a313b9ec76b5fb0c2ec93e832f0506ff40922112fa
sha1 3cdc3b06b700e8fc18ec2835756b95ddddb28f01
v1073.tar.gz tar.gz 54.1 MiB
blake3-24 ee2c724de963b6d1a4c00acc6cb02682c10c3283e3985301
sha256 70e5e33c0ad6e588335b8f95b6fc5d2ad8951c2de7026480da0627499853cd4e
sha1 f86a63cd0abcf3092f355eca734749aca04a2490

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1073.tar.gz"],
    integrity = "sha256-cOXjPArW5YgzW4+VtvxdKtiVHC3nAmSA2gYnSZhTzU4=",
    strip_prefix = "ruview-v1073",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1073.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1073.tar.gz"],
    integrity = "sha256-cOXjPArW5YgzW4+VtvxdKtiVHC3nAmSA2gYnSZhTzU4=",
    strip_prefix = "ruview-v1073",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1073.tar.gz",
← v1075v1071 →