--- title: "Homebrew / MacPorts" linkTitle: "Homebrew / MacPorts" weight: 3 type: docs description: > Install Kustomize for MacOS using Homebrew or MacPorts --- For [Homebrew](https://brew.sh) users: ``` brew install kustomize ``` For [MacPorts](https://www.macports.org) users: ``` sudo port install kustomize ```