macOS

Start here to build install Pushkin and its dependencies on macOS.

Skip to section

Install Homebrew

If you don’t have Homebrewarrow-up-right, install it. If you do not have Xcode installed yet, this installation will prompt you to install it as well.

Note that Homebrew requires a 64-bit Intel CPU, macOS High Sierra /(10.13/) or higher, Command Line Tools /(CLT/) for Xcode, and a Bourne-compatible shell for installation like bash or zsh.

Install Node

If you don't have an installation of Node yet (you'd know if you did), you should install it:

Install Yarn

Then run the following to get Yarn, which will let you download Pushkin:

Install Yalc

Install Yalc globally.

Install pushkin-cli

Install pushkin-cli package globally.

Confirm that pushkin-cli is installed by running:

You should get a list of commands with some documentation for each.

Confirm that you have version 2.0.0 or later by running:

and reading the output.

Install Docker

Next, install Dockerarrow-up-right.

Confirm that you have at least Docker Engine 23.0 and Docker Desktop 4.19.

Next steps

Great! You're all done. Head over here to build a basic Pushkin site and experiment.

Last updated

Was this helpful?