Download
Get Skilak Mesh.
One release surface: signed desktop installers, a Homebrew tap, and a Linux bootstrap. Every published file is tied to a versioned manifest and a SHA-256 checksum.
Stable release manifest
Check availability first
The manifest is published only after every platform build, signature, notarization, checksum, and release check passes.
Checking for a verified public stable release. Download buttons stay disabled until the manifest passes validation.
macOS
Signed and notarized DMGs
Separate Developer ID-signed, Apple-notarized disk images. Pick the build that matches the chip in About This Mac.
- Apple Silicon: skilakmesh-VERSION-macos-arm64.dmg
- Intel: skilakmesh-VERSION-macos-x86_64.dmg
Homebrew
One tap, either Mac
The tap selects the matching signed macOS artifact. Run it only when the stable manifest lists a release.
brew install skilaklabs/tap/smesh
Windows
Signed x86_64 setup
A signed setup executable plus a PowerShell bootstrap that verifies the release checksum and the Authenticode publisher before setup runs.
irm https://skilakmesh.com/install.ps1 | iex
skilakmesh-VERSION-windows-x86_64-setup.exe
Linux
x86_64 bootstrap
The POSIX bootstrap selects the Linux x86_64 release, verifies its SHA-256 checksum, and installs the version identified by the stable channel.
curl -fsSL https://skilakmesh.com/install.sh | sh
skilakmesh-VERSION-linux-x86_64.tar.gz
Verify before install
Use only the documented architecture for your machine. Installers verify release checksums, and platform signatures are part of the release gate.