Skip to content

Getting Started with AlgoKit CLI

This guide walks you through installing AlgoKit CLI and creating your first project.

  • Python 3.10+
  • pipx (recommended) or pip
  • Docker (for LocalNet)
Terminal window
# Install with pipx (recommended)
pipx install algokit
# Or with pip
pip install algokit
Terminal window
algokit --version
Terminal window
algokit init my-project
cd my-project
algokit localnet start