Get the Safe CLI
The Safe CLI can be run using Docker (opens in a new tab) or pip (opens in a new tab).
Using Docker
Prerequisite: Install Docker Desktop (opens in a new tab).
Once Docker is installed on your system, run the following command to create new Safe accounts:
_10docker run -it safeglobal/safe-cli safe-creator
You can also run the following command to run the Safe CLI with an existing Safe:
_10docker run -it safeglobal/safe-cli safe-cli <checksummed_safe_address> <ethereum_node_url>
Using Python pip
Prerequisite: Python (opens in a new tab) >= 3.9 (Python 3.12 is recommended).
Once Python is installed on your system, run the following command to install the Safe CLI:
_10pip3 install -U safe-cli