CLI INSTALLER
Install the Fararoni ecosystem from your terminal
Run one of the following commands to install the Fararoni CLI on your system.
macOS / Linux (Homebrew)
The fastest way to install C-FARARONI. Requires Homebrew.
brew tap ebercruzf/fararoni
brew install fararoniLinux / macOS (Script)
curl -sL https://www.fararoni.dev/installer.sh | bashRequires curl and bash. Compatible with macOS (ARM64/x64) and Debian/RHEL-based Linux distributions.
Windows (PowerShell)
iwr -useb https://www.fararoni.dev/installer.ps1 | iexRun as Administrator. Compatible with Windows 10/11 and PowerShell 5.1+.
Source code
Installation scripts are available in the repository:
github.com/ebercruzf/fararoni-ecosystem