Getting Started• 3 min read
Quickstart Guide
Get from a fresh install to a running HTTPS project site in under 60 seconds.
The 60-Second Walkthrough
- Start the Services Stack: Click the Stratos icon in your macOS menu bar and toggle Start All Services. The status indicator turns green when Nginx, PHP-FPM, Dnsmasq, MailCatcher, and DumpServer are active.
- Add a Project Folder: Move any Laravel, WordPress, or Node project folder into your webroot directory (
~/Sites/my-project). - Access Your Site: Open Safari or Chrome and navigate to:
Stratos automatically routes the local domain and applies trusted green HTTPS lock badges.https://my-project.test - Pin a PHP Version: Select PHP 8.1, 8.2, 8.3, or 8.4 directly from the app UI, or add a one-line
.stratos.ymlconfiguration file to your project root:
Stratos instantly rebuilds the PHP-FPM pool and reloads Nginx with zero downtime.php: "8.3"
What You Get Out of the Box
- ⚡ 100% native Swift menu bar application with <25MB RAM footprint.
- 🔒 Trusted Local Root CA for 0-warning HTTPS in Chrome, Safari, and Firefox.
- 📬 Integrated MailCatcher inbox on port
1025for testing SMTP emails. - 🐞 Real-time Laravel
dump()anddd()debug console on port9912. - 🗄️ Native SQLite Browser with read-only query runner and 1-click TablePlus connect.