How to install meshery/meshery. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
meshery/meshery Installation Guide
How to install meshery/meshery. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for meshery/meshery. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i meshery/mesheryor
Install via npx
npx @hexmos/ipm i meshery/mesheryPrerequisites
Docker
containerizationHelm
package managerVersion: >=3.0.0
kubectl
cligit
version controlGo
programming languageVersion: >=1.19
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install using curl script (Linux/macOS)
curl -L https://meshery.io/install | bash -Install using Docker (Docker CLI)
docker pull meshery/meshery
docker run -d -p 9081:9081 -p 9080:9080 --name meshery meshery/mesheryInstall using Docker (Docker Extension)
docker extension install meshery/meshery-extension:latestInstall using Kubernetes (Helm)
helm repo add meshery https://meshery.io/charts
helm repo update
helm install meshery meshery/mesheryInstall using Homebrew (macOS)
brew install mesheryInstall using Scoop (Windows)
scoop install mesheryBuild from Source
git clone https://github.com/meshery/meshery
cd meshery
make build
make docker