--- title: "MacOS Dev Guide" linkTitle: "MacOS Dev Guide" type: docs weight: 50 description: > How to develop on MacOS --- First install the tools to build and run tests ### Install go 1.20 [Instructions](https://golang.org/doc/install) Add `go` to your PATH ### Install tools ```sh make install-tools ```