Cecil logo

Download File checksum

Download

You can download cecil.phar by clicking on the "Download" button or with the following command from your terminal:

curl -LO https://cecil.app/cecil.phar

Install globally

For more comfort you should install Cecil globally.

macOS

You can install Cecil on macOS with 🍺Homebrew:

brew install cecilapp/tap/cecil

Windows

  1. Move cecil.phar in a dedicated directory like C:\bin
  2. Rename it from cecil.phar to cecil
  3. Append ;C:\bin to your PATH environment variable
  4. Create a wrapping batch script

Linux

mv cecil.phar /usr/local/bin/cecil
chmod +x /usr/local/bin/cecil

PHIVE

The PHAR Installation and Verification Environment (PHIVE).

phive install cecil

Update

The easiest way to update Cecil to the last version is to use the dedicated command:

cecil self-update

Get a specific version

If you want to download a specific version you can specify it in the URL path.
For instance, if you want to install the 7.55.0 version you need to put download/7.55.0/ in the URL:

curl -LO https://cecil.app/download/7.55.0/cecil.phar