crofty 0.5.0 — Linux packages (.deb / .rpm)

crofty now runs on Linux as a proper package. Every release attaches .deb and .rpm builds (amd64 and arm64) to the GitHub releases page.

# Debian/Ubuntu
sudo dpkg -i crofty_*_linux_amd64.deb
# Fedora/RHEL
sudo rpm -i crofty_*_linux_amd64.rpm

There’s no hosted apt/yum repository — grab the package from the releases page and install it directly. The package only recommends Hugo (distro builds are often outdated or not the extended variant), so install hugo-extended yourself; crofty build and crofty preview will tell you if it’s missing.

macOS (Homebrew) and Windows (Scoop) are unchanged — see Get started.