Product Hunt🚀 We are live on Product Hunt! Support our launch & use code PHLAUNCH20 for 20% off Pro
Stratosv1.4.1
Features

The full picture, in one menu bar.

A guided tour through everything Stratos can do. Each feature links to its full documentation page with step-by-step instructions and configuration examples.

01

Menu-bar stack control

Start, stop, and restart every component of the local stack from a single popover. Status is reflected in the menu-bar icon — green when healthy, amber when something needs attention, red on failure. Each service can be operated independently: restart nginx without taking PHP down, cycle MySQL without losing the port binding.

Stack control guide
02

Auto-discovered .test domains

Drop a folder under your webroot and Stratos assigns a `.test` domain to it within a second. No editing `/etc/hosts`, no dnsmasq configuration, no DNS cache flushing. HTTPS is one click away — the app generates a self-signed certificate on demand and trusts it system-wide via the macOS keychain.

Trusted Root CA guide
03

Per-project PHP version (8.1 – 8.5)

Install every supported PHP version in parallel and pin one per project. Verified with Apple CryptoKit SHA-256 integrity checks and atomic staging directories. Change PHP versions directly in the site inspector — the FPM pool is rebuilt and nginx is reloaded automatically.

PHP version management
04

Visual Laravel Tinker REPL (Pro)

Execute Eloquent queries, inspect Laravel collections in interactive zebra-striped Table Grids with column sorting, benchmark execution timing down to the millisecond, and manage a persistent library of saved snippets (⌘R shortcut).

Visual Tinker playground
05

Site snapshots & safe rollback (Pro)

Create instant compressed backups of any project before running database migrations, Composer major upgrades, or risky experiments. Restore to a known-good snapshot with a single click and automatic rollback safety.

Site snapshots guide
06

Environment & database automation

Edit `.env` files safely with timestamped backup protection. Generate Laravel `APP_KEY` secrets and provision SQLite, MySQL, or PostgreSQL databases in 1 click without opening a terminal.

Environment & databases guide
07

Request Inspector & cURL replay

Inspect all incoming HTTP traffic in real time. Filter requests by resource type (Doc, XHR, JS, CSS, Media), copy executable cURL commands, and replay requests against local endpoints to verify bugfixes instantly.

Request inspector guide
08

Xdebug & SPX Flame Graphs

1-click Xdebug step debugging for PhpStorm and VS Code with zero global php.ini pollution. Record execution timelines and interactive SPX flame graph profilers to eliminate slow queries and bottlenecks.

Xdebug & profiling guide
09

Universal Database Hub & ER Diagrams

Manage MySQL 8.4/8.0, PostgreSQL 16/15/14, Redis 7.2, and Meilisearch from one dashboard. Built-in SQLite browser, interactive ER Schema diagrams with foreign key bezier curves, and auto-provisioned Web Adminer (http://db.test).

Database manager guide
10

Mail catcher & mobile previews

Intercept outgoing SMTP mail locally on port 1025 with strict CSP sandboxing. Audit responsive email layouts with Desktop vs. iPhone (375px) viewport toggles, inspect HTML source, and search headers (10 emails on Free, 500 on Pro).

Mail catcher & dumps guide
11

Cloudflare public tunnels (Pro)

Generate temporary or branded public HTTPS URLs with zero configuration. Share your local site with clients on mobile devices or expose endpoints to Stripe and Shopify webhook callbacks.

Public tunnels guide
12

CLI companion & automated test suite

A fast terminal binary: `stratos open <site>`, `stratos php`, `stratos composer`, `stratos artisan`, and `stratos test` to execute the built-in 38-assertion integrity and config test suite.

CLI companion guide