Download

Download Crumbless

The current stable release is v1.0.0-dev, released on 2026-05-07. The download is a single .zip you upload to your shared host via FTP/SFTP/cPanel.

crumbless-1.0.0-dev.zip

160 KB · AGPL-3.0-only · PHP 8.1+

Available at launch

SHA-256:
Published on launch day for verification.

How to install

  1. Download the zip and unzip it locally. You'll get a folder with the Crumbless source.
  2. Rename the folder to whatever URL path you'd like — stats, analytics, c, anything. Crumbless doesn't care.
  3. Upload the folder to your web root via FTP/SFTP/cPanel (typically /public_html/).
  4. Visit https://yoursite.com/<folder>/ in your browser. The four-step web installer will check your environment, ask you to create an admin account, set up your first site, and give you the <script> tag to drop into your site's <head>.

The installer deletes itself after a successful run. If you ever need to reinstall, drop the zip back in.

Verify the download (optional but recommended)

The SHA-256 above identifies the artifact uniquely. To verify locally:

shasum -a 256 crumbless-1.0.0-dev.zip
# or
sha256sum crumbless-1.0.0-dev.zip

Compare the output to the SHA-256 published above. If they don't match, the download was corrupted or tampered with — get a fresh copy.

Documentation

Full installation guide, troubleshooting, and the complete configuration reference live at https://docs.crumbless.eu.