Skip to content

Getting Started

pmesh is an all-in-one service manager, reverse proxy, and enterprise service bus. It is designed to be a simple and powerful all-in-one replacement for a wide variety of tools commonly deployed in web services.

It is currently in alpha and under active development, as is this documentation. Please report any issues you encounter on the Github issue tracker including areas lacking clarity, missing information, or containing errors.

Installation

pmesh is available as a prebuilt binary for Linux, macOS, and Windows on the Github releases page for amd64 and arm64 architectures. You can also build from source if you have Go 1.22 or later installed.

Terminal window
curl -fsSL https://get.pme.sh/install.sh | bash
# to install a specific version
curl -fsSL https://get.pme.sh/install.sh | bash -s "v0.1.5"