macOS
macOS 12 or newer. Open the .dmg, drag MyOwnMesh to Applications.
Unsigned alpha build: → About This Mac shows your chip; first launch may need right-click → Open.
Native desktop installers for macOS, Windows, Linux and
Raspberry Pi, the portable headless myownmesh
daemon for servers and Pi fleets, and one-line install
scripts. Free, MIT-licensed, alpha.
Loading the latest release…
The Tauri GUI — a desktop client for the mesh. Every bundle
carries the myownmesh daemon inside and
auto-spawns it, so installing the app gets you both; a bare
myownmesh on your PATH opens the GUI.
macOS 12 or newer. Open the .dmg, drag MyOwnMesh to Applications.
Unsigned alpha build: → About This Mac shows your chip; first launch may need right-click → Open.
Windows 10 or newer, 64-bit. Run the installer and follow the prompts.
Native packages for the common distros, plus a portable AppImage that runs anywhere.
Pi 4 / 5 on 64-bit Raspberry Pi OS, or any other arm64 Linux device.
Use 64-bit Raspberry Pi OS (Bookworm or newer). The 32-bit armv7l image isn't supported.
Just the myownmesh daemon and CLI — one static
binary, no GUI. Built for servers and Pi fleets you drive from
another machine's desktop app. This is exactly what the
one-line installer drops on your PATH.
Each archive ships a matching .sha256 sidecar on
the releases page;
verify with sha256sum -c. Unpack and put
myownmesh somewhere on your PATH. The two
embedded tarballs are fully static, daemon-only builds for
boards and appliances.
One command: detect the platform, pull the matching binaries from GitHub Releases, verify the SHA-256, install the daemon and the desktop GUI. The scripts are hosted right here on this site.
# macOS / Linux
curl -fsSL https://myownmesh.net/install.sh | sh
# Windows (PowerShell)
irm https://myownmesh.net/install.ps1 | iex
# From source — needs cargo (https://rustup.rs)
git clone https://github.com/mrjeeves/MyOwnMesh
cd MyOwnMesh
cargo install --path crates/myownmesh # myownmesh on $PATH via ~/.cargo/bin
Add -s -- --serve (shell) or -Serve
(PowerShell) to launch the daemon as soon as it's installed,
or --no-gui / -NoGui for a headless,
daemon-only box.
PATH takes effect.myownmesh opens the desktop GUI; myownmesh serve runs the daemon in the foreground on a headless box.New here? The quick start walks through identity, joining a network, channels and RPC. Hit a snag? Open an issue.