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-apple/v2.7.14
vault / meshtastic-apple / v2.7.14

meshtastic-apple @ v2.7.14

integrity

size
27.4 MiB
downloaded
last checked
source https://github.com/meshtastic/Meshtastic-Apple · available · github

release notes

Documentation bundle for v2.7.14.

Canonical English user & developer guides (markdown + screenshots) frozen at this release, for syncing into meshtastic.org. Point the sync-apple-docs job at this release asset (meshtastic-apple-docs-2.7.14.tar.gz) instead of the main branch so the site's Apple docs only change when a new app version is tagged.

download

unix · zip
curl -fL -o v2.7.14.zip https://ratatoskr.space/pkg/meshtastic-apple/v2.7.14.zip
                    printf '%s  %s\n' '4c9e02788ebfa676f3d38ce6f93187beb993c822507b637d768c4de6f1074787' 'v2.7.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.14.zip"
$out = "v2.7.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c9e02788ebfa676f3d38ce6f93187beb993c822507b637d768c4de6f1074787") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.14.tar.gz https://ratatoskr.space/pkg/meshtastic-apple/v2.7.14.tar.gz
                    printf '%s  %s\n' '81b2507b23ad9a9c8ddc0bcfe60acd9be4e858dd53eee9a2eb39db96c486db8f' 'v2.7.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.14.tar.gz"
$out = "v2.7.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81b2507b23ad9a9c8ddc0bcfe60acd9be4e858dd53eee9a2eb39db96c486db8f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.14.zip
                    printf '%s  %s\n' '4c9e02788ebfa676f3d38ce6f93187beb993c822507b637d768c4de6f1074787' 'v2.7.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.14.zip"
$out = "v2.7.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c9e02788ebfa676f3d38ce6f93187beb993c822507b637d768c4de6f1074787") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.14.tar.gz
                    printf '%s  %s\n' '81b2507b23ad9a9c8ddc0bcfe60acd9be4e858dd53eee9a2eb39db96c486db8f' 'v2.7.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.14.tar.gz"
$out = "v2.7.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81b2507b23ad9a9c8ddc0bcfe60acd9be4e858dd53eee9a2eb39db96c486db8f") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.14.zip zip 27.5 MiB
blake3-24 cddd8223989e2fb01979f85ed8a9002a79d2d5a436843ecf
sha256 4c9e02788ebfa676f3d38ce6f93187beb993c822507b637d768c4de6f1074787
sha1 81d8632c29d14e21dd3047becb66afb59ccf0b9f
v2.7.14.tar.gz tar.gz 26.7 MiB
blake3-24 984d4dc491815cccf0fffc26604d4f1b1a44d00f9a6c0817
sha256 81b2507b23ad9a9c8ddc0bcfe60acd9be4e858dd53eee9a2eb39db96c486db8f
sha1 897bbd31cd5e4e7831d4c991dbd009430ca3c566

install

bazel
http_archive(
    name = "meshtastic-apple",
    urls = ["https://ratatoskr.space/pkg/meshtastic-apple/v2.7.14.tar.gz"],
    integrity = "sha256-gbJQeyOtmpyN3AvP5grNm+ToWN1T7umi6znblsSG248=",
    strip_prefix = "meshtastic-apple-v2.7.14",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.14.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-apple",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.14.tar.gz"],
    integrity = "sha256-gbJQeyOtmpyN3AvP5grNm+ToWN1T7umi6znblsSG248=",
    strip_prefix = "meshtastic-apple-v2.7.14",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.14.tar.gz",
← v2.7.15v2.7.13 →