yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-web/v2.6.7
vault / meshtastic-web / v2.6.7

meshtastic-web @ v2.6.7

integrity

size
1.3 MiB
downloaded
last checked
source https://github.com/meshtastic/web · available · github

release notes

🧩 What’s Changed

🔧 Core Functionality & Features


🧠 Developer Experience


📦 Protobuf & Build Pipeline


🌐 UI & UX Fixes


🛠 Bug Fixes & Stability


🌍 Internationalization (i18n)


📝 Documentation


🧑‍💻 New Contributors


Full Changelog: v2.6.6 → v2.6.7

download

unix · zip
curl -fL -o v2.6.7.zip https://ratatoskr.space/pkg/meshtastic-web/v2.6.7.zip
                    printf '%s  %s\n' '79616d176d5b00bb43f8f1f47b7bd7c8fb704a08b19c4176cb1b88abba15bfe8' 'v2.6.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.7.zip"
$out = "v2.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79616d176d5b00bb43f8f1f47b7bd7c8fb704a08b19c4176cb1b88abba15bfe8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.7.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.6.7.tar.gz
                    printf '%s  %s\n' 'ec93b33967b02927db9a0f5005fc69df56582d0025e1cf28197eaa0af7a34b4c' 'v2.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.7.tar.gz"
$out = "v2.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ec93b33967b02927db9a0f5005fc69df56582d0025e1cf28197eaa0af7a34b4c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.7.zip
                    printf '%s  %s\n' '79616d176d5b00bb43f8f1f47b7bd7c8fb704a08b19c4176cb1b88abba15bfe8' 'v2.6.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.7.zip"
$out = "v2.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79616d176d5b00bb43f8f1f47b7bd7c8fb704a08b19c4176cb1b88abba15bfe8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.7.tar.gz
                    printf '%s  %s\n' 'ec93b33967b02927db9a0f5005fc69df56582d0025e1cf28197eaa0af7a34b4c' 'v2.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.7.tar.gz"
$out = "v2.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ec93b33967b02927db9a0f5005fc69df56582d0025e1cf28197eaa0af7a34b4c") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.7.zip zip 1.3 MiB
blake3-24 e734f9b33140e281b0e84fa94139711b0eae4c8e4acd6040
sha256 79616d176d5b00bb43f8f1f47b7bd7c8fb704a08b19c4176cb1b88abba15bfe8
sha1 e0525e72846a83ddce13e6df65c7bc9fbb2f3185
v2.6.7.tar.gz tar.gz 1.0 MiB
blake3-24 52f241426ab265c6912a5ed3ec7eda1e8dc96263fc776364
sha256 ec93b33967b02927db9a0f5005fc69df56582d0025e1cf28197eaa0af7a34b4c
sha1 a1f7b312cd1391d01887eca62cb8bda2ce07e81e

install

bazel
http_archive(
    name = "meshtastic-web",
    urls = ["https://ratatoskr.space/pkg/meshtastic-web/v2.6.7.tar.gz"],
    integrity = "sha256-7JOzOWewKSfbmg9QBfxp31ZYLQAl4c8oGX6qCvejS0w=",
    strip_prefix = "meshtastic-web-v2.6.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-web",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.7.tar.gz"],
    integrity = "sha256-7JOzOWewKSfbmg9QBfxp31ZYLQAl4c8oGX6qCvejS0w=",
    strip_prefix = "meshtastic-web-v2.6.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.7.tar.gz",
← v2.7.1v2.6.6 →