Ghost is a macOS local development environment manager — install Nginx, PHP, Node, MariaDB and SSL in one command. Built in Go.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ghostcompiler/ghost/HEAD/install.sh)"
Everything from Nginx to SSL in a single run. No configuration needed.
Trusted local HTTPS with mkcert, zero config. Certificates work instantly.
IPv4 + IPv6 via /etc/hosts for instant resolution. No dnsmasq needed.
Auto-detect Laravel, CodeIgniter 4, WordPress. Smart defaults for each.
Switch PHP versions per project, instantly. 8.1, 8.2, 8.3 supported.
No runtime dependencies. Single compiled binary. Lightning fast.
Run the one-line curl installer
Run ghost add <domain> in your project
Visit https://myapp.ghost — done!