Get NebulaCMS
Download and install it yourself
For anyone comfortable getting their own hosting and domain. The archive is built in CI and matches the latest GitHub release — same file as on Releases.
Requirements
Recommend PHP 8.3 or greater and MySQL 8 or MariaDB 10.6 or greater (see the installation guide for details).
What’s in the ZIP
The file includes PHP dependencies (vendor), a template .env.example, and compiled frontend assets, so you do not run composer install or npm run build on the server. Point your document root to the public folder, then open the site and complete the web installer at /install — it creates and fills .env for you (bootstrapping from .env.example when needed). More detail: Install from a release ZIP.
Developers
If you contribute to the codebase or want unreleased changes, clone the repository and use Composer and npm — Developer install or Developer resources.