:_content-type: PROCEDURE [id="cli-installing-cli-web-console-macos_{context}"] = Installing the OpenShift CLI on macOS using the web console ifeval::["{context}" == "updating-restricted-network-cluster"] :restricted: endif::[] You can install the OpenShift CLI (`oc`) binary on macOS by using the following procedure. .Procedure . From the web console, click *?*. + image::click-question-mark.png[] . Click *Command Line Tools*. + image::CLI-list.png[] . Select the `oc` binary for macOS platform, and then click *Download oc for Mac for x86_64*. . Save the file. . Unpack and unzip the archive. . Move the `oc` binary to a directory on your PATH. + To check your `PATH`, open a terminal and execute the following command: + [source,terminal] ---- $ echo $PATH ---- After you install the OpenShift CLI, it is available using the `oc` command: [source,terminal] ---- $ oc ---- ifeval::["{context}" == "updating-restricted-network-cluster"] :!restricted: endif::[]