Installation

torero is distributed as a single binary and can be installed on any Debian, RHEL-like distribution and on Mac OS within seconds.

Pre-requisites

The following requirements must be met before running torero:

  • A *nix type system that software can be installed on.
  • A Python interpreter installed if planning on using python scripts and/or ansible.
  • OpenTofu if planning on using tofu plans.

Mac Install

  1. Download the latest 'macOS/Darwin' build.
  2. Extract the tar file's contents from the terminal using the command tar -zxvf torero-x.y.z_darwin_arch.tar.gz (replace x.y.z and arch per the version you downloaded).
  3. Run the newly extracted executable using ./torero.
  4. You will get a popup with an security error. Click Cancel within the popup.
  5. Navigate to System Settings -> Privacy and Security -> Scroll down to Security -> Click Allow Anyway where it says "torero" was blocked from use... -> Provide your password or fingerprint.
  6. Now copy the file to your bin directory so that it is in your path. e.g. mv ./torero /usr/local/bin/torero
  7. Open your terminal back up and run torero. Click Open on the popup that appears.
  8. You can now run torero!

Linux Install

  1. Download the latest 'Linux' build from above.
  2. Extract the tar file's contents from the terminal using the command tar -zxvf torero-x.y.z_linux_arch.tar.gz. (replace x.y.z and arch per the version you downloaded).
  3. Run the newly extracted executable using ./torero.
  4. Now copy the file to your bin directory so that it is in your path. e.g. mv ./torero /usr/local/bin/torero
  5. You can now run torero!