One command. All platforms. From zero to optimizing in under 5 minutes.
Detects your distro, installs Python if needed, sets up everything, and optionally creates a systemd service.
curl -fsSL https://mesh.slentosystems.com/install.sh | bash
Supports Ubuntu, Debian, Fedora, CentOS, RHEL, Arch, openSUSE, and Pop!_OS. Review the install script source before running.
curl -fsSL https://mesh.slentosystems.com/installers/linux/uninstall.sh | bash
Works on Intel and Apple Silicon Macs. Installs Homebrew and Python if needed, creates a launchd service for auto-start.
curl -fsSL https://mesh.slentosystems.com/installers/macos/install.sh | bash
Requires macOS 12 (Monterey) or later. Review the install script source before running.
curl -fsSL https://mesh.slentosystems.com/installers/macos/uninstall.sh | bash
Open PowerShell as Administrator and run this command. Installs Python if needed, sets up everything, and optionally creates a Windows Service.
irm https://mesh.slentosystems.com/installers/windows/install.ps1 | iex
Requires Windows 10/11 or Windows Server 2019+. Review the install script source before running.
irm https://mesh.slentosystems.com/installers/windows/uninstall.ps1 | iex
Sign up at portal.slentosystems.com — no credit card required. A community license key is created automatically.
Edit ~/.mesh-optimizer/mesh_config.yaml and set your license_key.
Set jepa_mode in your config: "centralized" (default), "local", or "off". Learn more
Enabled by default. Your anonymized probe results help improve optimization for everyone. Set share_atlas_data: false to opt out. Learn more
Run mesh-optimizer start. The agent detects your hardware, connects to the controller, and begins optimization.
Professional/Enterprise licenses: The controller is automatically downloaded and started — no extra setup needed.
Navigate to http://localhost:8401 to see your nodes, hardware probes, and optimization status.
Check the documentation for detailed setup guides, troubleshooting, and API reference.