Home / Download

Download

Download BinaryCMS

A single compiled binary. Drop it on any Linux server and your CMS is running in seconds.

QUICK START
wget https://github.com/binarycms/binarycms/releases/latest/download/binarycms_linux_amd64
chmod +x binarycms_linux_amd64
./binarycms_linux_amd64

Then open http://localhost:8080/admin — default credentials: admin / admin (change immediately!)

System Requirements

Operating System Linux (x86_64 or ARM64)
RAM Minimum 128 MB (512 MB recommended)
Storage 50 MB for binary + your content
Dependencies None — fully self-contained binary

Run as a Systemd Service

[Unit] Description=BinaryCMS After=network.target

[Service] User=www-data WorkingDirectory=/opt/binarycms Environment=PORT=80 ExecStart=/opt/binarycms/server Restart=always

[Install] WantedBy=multi-user.target

For full installation documentation, visit the Documentation page.