A zero-dependency Windows batch utility that streamlines your development workflow. Instantly launch specific localhost ports in a stripped-down App Mode browser environment with DevTools auto-opened.
When developing web apps, you don't need address bars, bookmarks, or tabs cluttering your view. You need the UI and the Code.
- Standard Browser: Heavy, distracted, requires manual DevTools opening (F12).
- DevLaunch CLI: One keystroke to open a clean, floating debug window with Inspector ready.
- π« Distraction Free: Uses Chromium's
--appflag to remove browser UI. - π΅οΈ Incognito Ready: Native support for Private/Incognito sessions for auth testing.
- β‘ Keyboard Driven: Instant navigation using
CHOICE(no Enter key needed). - π Smart Paste: One-key option to launch the URL currently in your clipboard.
- βοΈ Configurable: Edit the top of the script to set your own preferred ports.
- Download
dev-launch.bat. - Place it in a folder included in your System PATH (optional, for global access).
- Run it!