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.
We love mise, and you can install Railpack using mise:
mise use github:railwayapp/railpack@latestDownload Railpack from GH releases and install automatically
curl -sSL https://railpack.com/install.sh | shYou can also customize the version, destination, and other config options:
curl -sSL https://railpack.com/install.sh | RAILPACK_VERSION=0.2.3 sh -s -- --bin-dir ~/.local/binGitHub Releases
Section titled “GitHub Releases”Go to the latest release and
download the railpack binary for your platform.
From Source
Section titled “From Source”git clone https://github.com/railwayapp/railpack.gitcd railpackgo build -o railpack ./cmd/...
./railpack --helpSupported Platforms
Section titled “Supported Platforms”Linux and MacOS are supported.
Windows builds are generated but not officially supported. That being said, PRs are welcome to fix any Windows-specific bugs.