Skip to content

Installation

Railpack is available as a CLI tool. The latest release is available on GitHub.

The BuildKit frontend is available as a Docker image on GHCR.

Download Railpack from GH releases and install automatically

Terminal window
curl -sSL https://railpack.com/install.sh | sh

Go to the latest release and download the railpack binary for your platform.

Terminal window
git clone https://github.com/railwayapp/railpack.git
cd railpack
go build -o railpack ./cmd/...
./railpack --help