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

ruview @ v1677

integrity

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

release notes

Automated release from CI pipeline

Changes: chore: extract ruv-neural to ruvnet/ruv-neural, wire as submodule (#1019)

The 12-crate brain-topology analysis ecosystem (v2/crates/ruv-neural) was a self-contained nested workspace with no inbound deps from the v2 workspace (verified: zero path references outside its own tree). Published standalone at github.com/ruvnet/ruv-neural and re-attached here as a submodule at the same path, so the build layout is unchanged while the project gets its own repo/CI/release cadence.

Docker Image: ghcr.io/ruvnet/RuView:07b6bf8084082e650454dfb785429ca76f4089b1

download

unix · zip
curl -fL -o v1677.zip https://ratatoskr.space/pkg/ruview/v1677.zip
                    printf '%s  %s\n' '1d52d9914af1730030242ce7b12c2b11d449aa4b347dab9118bd2cc0a2b1146a' 'v1677.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1677.zip"
$out = "v1677.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d52d9914af1730030242ce7b12c2b11d449aa4b347dab9118bd2cc0a2b1146a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1677.tar.gz https://ratatoskr.space/pkg/ruview/v1677.tar.gz
                    printf '%s  %s\n' '4fb36d5ff56932f4350cefc3b74efed552eb1d7be69d918b4453744cf3764ad9' 'v1677.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1677.tar.gz"
$out = "v1677.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4fb36d5ff56932f4350cefc3b74efed552eb1d7be69d918b4453744cf3764ad9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1677.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1677.zip
                    printf '%s  %s\n' '1d52d9914af1730030242ce7b12c2b11d449aa4b347dab9118bd2cc0a2b1146a' 'v1677.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1677.zip"
$out = "v1677.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d52d9914af1730030242ce7b12c2b11d449aa4b347dab9118bd2cc0a2b1146a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1677.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1677.tar.gz
                    printf '%s  %s\n' '4fb36d5ff56932f4350cefc3b74efed552eb1d7be69d918b4453744cf3764ad9' 'v1677.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1677.tar.gz"
$out = "v1677.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4fb36d5ff56932f4350cefc3b74efed552eb1d7be69d918b4453744cf3764ad9") { throw "sha256 mismatch" }
artifact format size hashes
v1677.zip zip 61.2 MiB
blake3-24 0712c72937e082b32a3f321f5679b1612867f6ad4265883b
sha256 1d52d9914af1730030242ce7b12c2b11d449aa4b347dab9118bd2cc0a2b1146a
sha1 4835b5f500b930551f9d4bfcc31f41b1236d1025
v1677.tar.gz tar.gz 59.5 MiB
blake3-24 8e164cf876f7ecb0e6d01454a2f308849aaefa1c39cda308
sha256 4fb36d5ff56932f4350cefc3b74efed552eb1d7be69d918b4453744cf3764ad9
sha1 e73a34bcd1a4d0d9c8a09f37d762d78ec07f9676

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1677.tar.gz"],
    integrity = "sha256-T7NtX/VpMvQ1DO/Dt07+1VLrHXvmnZGLRFN0TPN2Stk=",
    strip_prefix = "ruview-v1677",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1677.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1677.tar.gz"],
    integrity = "sha256-T7NtX/VpMvQ1DO/Dt07+1VLrHXvmnZGLRFN0TPN2Stk=",
    strip_prefix = "ruview-v1677",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1677.tar.gz",
← v0.9.0-beyond-sotav1675 →