gildsmith/anvil

Gildsmith CLI Dev Tools

dev-master 2025-09-11 21:35 UTC

README

Anvil is a command-line application built on Laravel Zero designed to simplify and streamline development in the Gildsmith ecosystem. It helps developers quickly set up projects, manage configurations, and create package blueprints while providing convenient utilities wrapped around Laravel Sail.

Downloading the latest build

The compiled binary is published in the builds directory. Download the most recent build into your current directory with:

wget https://github.com/gildsmith/anvil/raw/refs/heads/master/builds/anvil

Other download options

macOS or Linux (using curl):

curl -L -o anvil https://github.com/gildsmith/anvil/raw/refs/heads/master/builds/anvil

Windows (PowerShell):

Invoke-WebRequest -Uri https://github.com/gildsmith/anvil/raw/refs/heads/master/builds/anvil -OutFile anvil.exe

After downloading, make the file executable on Unix-like systems:

chmod +x anvil
./anvil

Or grab it directly from your browser:

Download Latest Build