🐧
Linux
amd64 · Single binary
$ curl -sL https://github.com/eait7/binarycms/releases/latest/download/binarycms-linux-amd64 -o binarycms && chmod +x binarycms && ./binarycms
🍎
macOS
amd64 / arm64 · Single binary
$ curl -sL https://github.com/eait7/binarycms/releases/latest/download/binarycms-darwin-amd64 -o binarycms && chmod +x binarycms && ./binarycms
🪟
Windows
amd64 · Executable
> Download from GitHub Releases and run binarycms.exe
Docker
Or run with Docker
$ docker run -d -p 8080:8080 -v binarycms_data:/app/data eait7/binarycms:latest
Your site will be live at http://localhost:8080
Or deploy with BinaryPanel
BinaryPanel is our Go-native server management panel. Install BinaryCMS with one click from the App Store.
Learn about BinaryPanel