1. Overview
  2. Developer Tutorials
  3. Autheo Development Environment Setup

Autheo Development Environment Setup

Autheo uses an underlying architecture based on the Cosmos SDK. When developing for the Autheo blockchain, you will need to install autheod, the command-line interface(CLI) associated with the Autheo blockchain. The following document while guide you through the installation process for autheod.

Install Dependencies

Before you install cronosd, you'll need some basic dependencies.

Install Go (Golang)

The Cosmos SDK, which Autheo is built on, uses Go as its primary programming language. The first thing you'll need is to install Go on your machine.

Install Go on macOS/Linux: If you’re on macOS or Linux, you can install Go using Homebrew (for macOS) or your package manager (for Linux).

macOS:

brew install go

Ubuntu/Debian:

sudo apt update
sudo apt install golang-go

For other systems or installation methods, follow the official instructions from the Go website: Go Installation.

Install Git

You will also need Git to clone the Autheo repository from GitHub. If Git is not already installed on your system, you can install it as follows:

macOS:

brew install git

Ubuntu/Debian:

sudo apt install git

For other operating systems, visit: Git Downloads.

Install Autheod

You can find instructions to download the Autheo CLI tool autheod here.

Next Steps

Related Articles


Was this article helpful?
©AUTHEO LLC 2025