ruview @ v1217
integrity
- size
- 59.6 MiB
- downloaded
- last checked
release notes
Automated release from CI pipeline
Changes: docs(readme): add 'What's new (2026-05-23)' callout for ADR-110 + ADR-115
Iter 50 — both ADRs merged today (PR #764 + PR #778). README's beta-software warning block was the natural location for a release callout above the main pitch; users hitting the README see today's shipped work first.
Two-bullet block:
- ADR-110 ESP32-C6 firmware substrate at v0.7.0-esp32 with the headline measured numbers (99.56 % match / 104 µs stdev / 3.95x EMA suppression) and the host-side surface (decoders + REST + Prometheus + WebSocket).
- ADR-115 HA+Matter integration with the entity-count / blueprint / Lovelace count and the privacy-mode architectural win.
Both link to their ADRs + PRs so reviewers can follow back.
Co-Authored-By: claude-flow ruv@ruv.net
Docker Image:
ghcr.io/ruvnet/RuView:62af91beb1d9601ad9193ff20f68a25b12298e97
download
unix · zip
curl -fL -o v1217.zip https://ratatoskr.space/pkg/ruview/v1217.zip
printf '%s %s\n' 'b010f54460878b014b2b0e03fc2979b80d7d30c986e47f8cb6962d847ba60a36' 'v1217.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1217.zip"
$out = "v1217.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b010f54460878b014b2b0e03fc2979b80d7d30c986e47f8cb6962d847ba60a36") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1217.tar.gz https://ratatoskr.space/pkg/ruview/v1217.tar.gz
printf '%s %s\n' '888b91c32f6341efd21bc0306b729d72af801860b54318ab443675e2839291d5' 'v1217.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1217.tar.gz"
$out = "v1217.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "888b91c32f6341efd21bc0306b729d72af801860b54318ab443675e2839291d5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1217.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1217.zip
printf '%s %s\n' 'b010f54460878b014b2b0e03fc2979b80d7d30c986e47f8cb6962d847ba60a36' 'v1217.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1217.zip"
$out = "v1217.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b010f54460878b014b2b0e03fc2979b80d7d30c986e47f8cb6962d847ba60a36") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1217.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1217.tar.gz
printf '%s %s\n' '888b91c32f6341efd21bc0306b729d72af801860b54318ab443675e2839291d5' 'v1217.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1217.tar.gz"
$out = "v1217.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "888b91c32f6341efd21bc0306b729d72af801860b54318ab443675e2839291d5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1217.zip | zip | 59.6 MiB |
blake3-24 aad4b2799fcf91ccf4a7e4be58aa5720531220c36e422f2b
sha256 b010f54460878b014b2b0e03fc2979b80d7d30c986e47f8cb6962d847ba60a36
sha1 a82f656ba8076d2110571e154180e1ed922778e7
|
| v1217.tar.gz | tar.gz | 58.1 MiB |
blake3-24 5b424419720cfaf996cb7131951df11edf7963b2ef35a5a1
sha256 888b91c32f6341efd21bc0306b729d72af801860b54318ab443675e2839291d5
sha1 2c76daa5326896574b8a4d5ba6997f6674c69e31
|
install
bazel
http_archive(
name = "ruview",
urls = ["https://ratatoskr.space/pkg/ruview/v1217.tar.gz"],
integrity = "sha256-iIuRwy9jQe/SG8Awa3Kdcq+AGGC1QxirRDZ14oOSkdU=",
strip_prefix = "ruview-v1217",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1217.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "ruview",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1217.tar.gz"],
integrity = "sha256-iIuRwy9jQe/SG8Awa3Kdcq+AGGC1QxirRDZ14oOSkdU=",
strip_prefix = "ruview-v1217",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1217.tar.gz",