Home

Awesome

Algorun CLI

THIS IS IN BETA

Is this for me?

This tool simplifies setting up and starting an Algorand mainnet node. You should know your way around a CLI if you're planning to use it

Install

Prerequisites

The key required dependency is Python 3.10+, but some of the installation options below will install that for you.

Algorun also has some runtime dependencies that also need to be available for particular commands.

Install Algorun with pipx on any Mac, Linux and Windows subsystem for Linux

  1. Ensure desired prerequisites are installed

  2. Install using pipx pipx install algorun

  3. Restart the terminal to ensure Algorun is available on the path

  4. Verify installation

Maintenance

Verify installation

Verify Algorun is installed correctly by running algorun --version and you should see output similar to:

algorun, version 0.1

Usage

Create a directory where you're comfortable keeping the node config and files, we suggest naming it algorand, open that directory in a terminal

Note If you get receive one of the following errors:

Then ensure that algorun is available on the PATH by running pipx ensurepath and restarting the terminal.

If you're experiencing issues with algorun raise an issue.