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

ruview @ v1365

integrity

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

release notes

Automated release from CI pipeline

Changes: docs(readme): link ecosystem badges + move Beta callout to bottom

Three operator-feedback corrections to the README:

  1. Every ecosystem badge in the top row now links to a real destination — Home Assistant -> integrations/home-assistant.md, Matter -> ADR-122, Apple Home -> user-guide-apple-homepod.md, Google Home + Alexa -> the HA integration doc (both ecosystems reach RuView through HA's bridge today). Added an Alexa badge alongside the existing four so all four major ecosystems are represented. Dropped the now-redundant separate "HomePod Integration" badge — the Apple Home badge linking to the same guide is enough.

  2. Beta callout moved from line 14 (under the hero image) to a dedicated ## Beta software section immediately before the License. The callout's content is unchanged; it just no longer gates the elevator pitch. Readers see the value proposition first, the caveats at the bottom alongside license + support.

  3. The intro paragraph ("Turn ordinary WiFi into ...") now ends with a one-line summary of native ecosystem support naming all four — Home Assistant, Apple Home & HomePod, Google Home, Alexa — plus the Matter endpoint, each linked. The previous mention of ecosystems was buried further down the page; this surfaces it in the intro where the user reads first.

Co-Authored-By: claude-flow ruv@ruv.net

Docker Image: ghcr.io/ruvnet/RuView:baba851a89e8849911b06b7077daf25af187b021

download

unix · zip
curl -fL -o v1365.zip https://ratatoskr.space/pkg/ruview/v1365.zip
                    printf '%s  %s\n' '11b1966d5ca291927797aba02b6ab2db4645be1d549f05347d6a66ce2451af28' 'v1365.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1365.zip"
$out = "v1365.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "11b1966d5ca291927797aba02b6ab2db4645be1d549f05347d6a66ce2451af28") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1365.tar.gz https://ratatoskr.space/pkg/ruview/v1365.tar.gz
                    printf '%s  %s\n' '628ab7ab331708493722d8dcd663d21bcfcf3bd0aa8b85174ada2c974842b4db' 'v1365.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1365.tar.gz"
$out = "v1365.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "628ab7ab331708493722d8dcd663d21bcfcf3bd0aa8b85174ada2c974842b4db") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1365.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1365.zip
                    printf '%s  %s\n' '11b1966d5ca291927797aba02b6ab2db4645be1d549f05347d6a66ce2451af28' 'v1365.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1365.zip"
$out = "v1365.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "11b1966d5ca291927797aba02b6ab2db4645be1d549f05347d6a66ce2451af28") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1365.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1365.tar.gz
                    printf '%s  %s\n' '628ab7ab331708493722d8dcd663d21bcfcf3bd0aa8b85174ada2c974842b4db' 'v1365.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1365.tar.gz"
$out = "v1365.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "628ab7ab331708493722d8dcd663d21bcfcf3bd0aa8b85174ada2c974842b4db") { throw "sha256 mismatch" }
artifact format size hashes
v1365.zip zip 60.1 MiB
blake3-24 394e0b34001c8cfcd3a33d873c807840d92647ae8fccf089
sha256 11b1966d5ca291927797aba02b6ab2db4645be1d549f05347d6a66ce2451af28
sha1 7663ba66175fceac7460d460b1a97216c9ab3844
v1365.tar.gz tar.gz 58.5 MiB
blake3-24 e546c89e11d303dd0fb2f06e0872fd44ded1f64505fd9caf
sha256 628ab7ab331708493722d8dcd663d21bcfcf3bd0aa8b85174ada2c974842b4db
sha1 3cad43d057a0a3bfca60c8c8bb680012fbb28e1f

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1365.tar.gz"],
    integrity = "sha256-Yoq3qzMXCEk3Itjc1mPSG8/PO9Cqi4UXStosl0hCtNs=",
    strip_prefix = "ruview-v1365",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1365.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1365.tar.gz"],
    integrity = "sha256-Yoq3qzMXCEk3Itjc1mPSG8/PO9Cqi4UXStosl0hCtNs=",
    strip_prefix = "ruview-v1365",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1365.tar.gz",
← v0.10.0v1362 →