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), or click Sites → Link Folder. - 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, 8.4, or 8.5 directly from the site detail pane. Stratos instantly rebuilds the PHP-FPM pool and reloads Nginx with zero downtime.
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 (10 retained on Free, 500 on Pro). - 🐞 Real-time Laravel
dump()anddd()debug console with 1-click IDE jumping on port9912. - 🗄️ Native Universal Database Hub with SQLite browsing, MySQL/PostgreSQL support, and 1-click Web Adminer (
http://db.test).