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.
Curl
Download Railpack from GH releases and install automatically
curl -sSL https://railpack.com/install.sh | sh
GitHub Releases
Go to the latest release and
download the railpack
binary for your platform.
From Source
git clone https://github.com/railwayapp/railpack.gitcd railpackgo build -o railpack ./cmd/...
./railpack --help