Ferron logo

Installation via package managers

Ferron has several community-maintained packages that can be installed via various package managers. Below are the instruction on how to install Ferron via a package manager.

Homebrew (macOS and GNU/Linux)

To install Ferron via Homebrew, you can run the command below:

brew install ferron

This command installs ferron command, which runs a web server.

You can view this Ferron package on Homebrew Formulae.

Nix unstable (GNU/Linux)

To install Ferron via Nix (unstable channel), you can run the command below:

nix-shell -p ferron

This command installs ferron command, which runs a web server, and the ferron-passwd command, which is a password generation utility for Ferron web server.

You can view this Ferron package on Nixpkgs.