Stable Release | Your all-in-one local development environment for PHP & Node.js
- Share running projects publicly with Cloudflare Tunnel or zrok from the project detail screen
- Per-project Share on Internet toggle with optional auto-start tunnel support
- Public tunnels now support both Nginx and Apache projects, including mixed front-door proxy setups
- Cloudflare tunnel traffic is now stabilized with local proxy handling for redirects, cookies, and absolute local
.testURLs - Cloudflare public URLs are only surfaced once the
trycloudflare.comhostname is resolvable, reducing broken fresh-tunnel links - zrok public URL detection has been updated for current CLI output formats
- Hardened mixed Nginx and Apache front-door handling when multiple projects and server versions are active
- Improved proxy behavior so tunnel traffic keeps redirects, cookies, and absolute
.testURLs on the public hostname - Reduced false-ready tunnel states by waiting for Cloudflare Quick Tunnel hostnames to become resolvable before surfacing them
- Improved web server readiness and startup coordination to reduce port collisions and unstable starts
- Fixed public tunnel routing when multiple projects are running across Nginx and Apache
- Fixed Cloudflare tunnel sessions showing the wrong project when multiple projects are shared
- Fixed public tunnel flows that redirected browsers back to local
.testURLs - Fixed stale or not-yet-ready Cloudflare Quick Tunnel hostnames being shown as live too early
- Fixed multi-server version issues when running multiple web server versions simultaneously
- PHP 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 – run any version side by side
- Per-project PHP version selection with compatibility validation
- Built-in php.ini editor for easy configuration
- Nginx 1.26 & 1.28 – high performance, low memory footprint
- Apache 2.4 – full .htaccess support, mod_rewrite included
- Automatic virtual host configuration
- HTTP & HTTPS support for every project
| Service | Versions |
|---|---|
| MySQL | 8.0, 8.4 |
| MariaDB | 10.11, 11.4 |
| Redis | 7.2, 7.4 |
| Node.js | 16, 18, 20 (LTS), 22, 24 |
| PostgreSQL | 14, 15, 16, 17 |
| MongoDB | 6.0, 7.0, 8.0 |
| Python | 3.10, 3.11, 3.12, 3.13 |
| SQLite | 3 (embedded) |
| MinIO | Latest |
| Memcached | 1.6 |
| Mailpit | Latest |
| phpMyAdmin | Latest |
| Composer | Latest |
- Create, drop, import, and export databases
- Supports
.sqland.gzcompressed files - Progress tracking for large operations
- Quick access to phpMyAdmin
- Automatic SSL certificate generation
- One-click certificate trust
.testdomain support (e.g.,myproject.test)
- Laravel – fresh installation with Composer, app key, npm
- WordPress – automatic download and setup
- Symfony – console commands ready
- Node.js – first-class Node.js project support with Nginx proxy
- Custom PHP – works with any PHP application
- Share projects across your local network
- Enable/disable per project with a simple toggle
- Clone from GitHub, GitLab, Bitbucket
- Support for public repos, Personal Access Tokens, and SSH keys
- Built-in SSH Key Management
Use php, npm, node, composer, mysql, and mysqldump directly from any terminal:
cd C:\Projects\my-laravel-app
php artisan migrate # Uses project's PHP version automatically
composer install # Uses correct PHP for Composer
npm install # Uses project's Node.js version
mysql -u root # Connects using the active MySQL/MariaDB version
mysqldump -u root mydb > backup.sql # Dump with the active DB version| File | Description |
|---|---|
| DevBox-Pro-Setup-1.0.6.exe | Installer version (recommended) |
| DevBox-Pro-1.0.6.exe | Portable version – no installation required |
- OS: Windows 10/11 (64-bit)
- RAM: 4GB minimum, 8GB recommended
- Disk: 2GB for app + space for binaries
macOS builds coming in a future release. Stay tuned!
- Download the installer or portable version
- Run DevBox Pro
- Open Binary Manager and download the components you need
- Click "+ New Project" to create your first project
- Start coding!
- First launch may take a few seconds while initializing
- Windows Defender may prompt for firewall access on first service start
- 🐛 Issues: GitHub Issues
- 💬 Discussions: GitHub Discussions
- 📧 Email: jeffreygepiga27@gmail.com
Made with ❤️ for PHP developers