Why Lattix Features Downloads Pricing Docs Sign In Get Started

Download Lattix Network

Get started in minutes. Available for all major platforms.

Choose Your Platform

Native installers with automatic service registration and system integration.

Windows

Windows 10/11 (x64), MSI installer, auto service registration, system tray GUI

Windows 10 1903+, 50MB disk, admin rights for install
x86_64
Download .msi (64-bit) v0.1.0

macOS

macOS 12+, Universal binary (Intel + Apple Silicon), .pkg installer, menu bar app

macOS 12 Monterey+, 40MB disk
Universal (x86_64 + arm64)
Download .pkg v0.1.0

Linux (DEB)

Ubuntu 20.04+, Debian 11+, Linux Mint 20+, systemd service, .deb package

x86_64, systemd, TUN/TAP support
x86_64 (amd64)
Download .deb v0.1.0

Linux (RPM)

Fedora 36+, CentOS 9+, RHEL 9+, systemd service, .rpm package

x86_64, systemd, TUN/TAP support
x86_64
Download .rpm v0.1.0

One Command to Get Started

Copy and paste a single command to install Lattix Network on any platform.

Linux / macOS
# Linux/macOS one-liner
$ curl -fsSL https://lattix.network/install.sh | sh
Windows (PowerShell)
# Windows (PowerShell)
PS> iwr -useb https://lattix.network/install.ps1 | iex
Docker
# Docker
$ docker pull lattix/network:latest
$ docker run -d --name lattix --cap-add NET_ADMIN --device /dev/net/tun lattix/network:latest

Compile It Yourself

Lattix Network is open source. Build from the latest code with Rust and Cargo.

Terminal
# Prerequisites: Rust 1.75+, Git
$ git clone https://github.com/cmappseu/VirtualPublicNetworkCM.git
$ cd VirtualPublicNetworkCM
$ cargo build --release

# Binaries at target/release/cmnet-{cli,daemon,server}
Compiling cmnet-core v0.1.0
Compiling cmnet-crypto v0.1.0
Compiling cmnet-protocol v0.1.0
...
Finished `release` profile [optimized] target(s)

Verify Your Installation

Run these commands to confirm Lattix Network is installed and running correctly.

Check Version
$ lattix --version
Lattix Network v0.1.0
Check Status
$ lattix status
Daemon: running
Networks: 0
Peers: 0

Need Help Getting Started?

Check out our documentation for detailed setup guides, configuration options, and troubleshooting tips.