Install Terrad for Mac (Intel or M1)
Terrad is the command-line interface and daemon that connects to Terra and enables you to interact with the Terra blockchain. Terra Core is the official Golang reference implementation of the Terra node software.
This guide is for developers who want to install Terrad and interact with Terra Core without running a full node. If you want to run a full node or join a network, use the documentation on how to run a full Terra node.
-
Navigate to https://github.com/terra-money/core/tags and click on the latest release.
-
Download the
terra_<latest-version-here>_Darwin_x86_64.tar.gzfile. -
Unzip the file in the downloads folder by double clicking on it.
If you are using an Intel-based Mac, proceed to step 4.
M1 Mac users will need to create /lib and /bin directories in /usr/local:
_3sudo cd /usr/local_3sudo mkdir lib_3sudo mkdir bin
- Navigate to the expanded file in downloads:
_1cd Downloads/terra_<downloaded-version>_Darwin_x86_64/
- Copy
libwasmvm.dylibto/lib:
_1sudo cp libwasmvm.dylib /usr/local/lib
- Add Terrad to your path:
_1sudo cp terrad /usr/local/bin
- Start Terrad:
_1terrad
-
Open your System Preferences and click Security & Privacy.
-
Under the General tab, click Allow anyway.
-
Run Terrad again.
-
When prompted, click Open.
-
Repeat for other security errors or warnings.