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

You can install Cecil on Windows with 🍨Scoop:

scoop install https://cecil.app/scoop.json

Or manually:

  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

PHIVE

Cecil is available through PHIVE (The PHAR Installation and Verification Environment):

phive install cecil

Linux

mv cecil.phar /usr/local/bin/cecil
chmod +x /usr/local/bin/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 8.0.0 version you need to put download/8.0.0/ in the URL:

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