Skip to content

DevStackBox v0.1.0-alpha.2 - Full XAMPP Alternative

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Aug 11:56
· 21 commits to main since this release

🚀 DevStackBox Full Installation Package

This release includes all server components bundled like XAMPP:

  • Apache HTTP Server (portable)
  • MySQL 8.0 Database (embedded)
  • PHP 8.2 (with extensions)
  • phpMyAdmin (database management)
  • Modern React UI (auto-updating)
  • Installs to C:\dsb\ (configurable)

Installation:

  1. Download the NSIS installer (DevStackBox_*_x64-setup.exe)
  2. Run as administrator
  3. When prompted, choose C:\dsb\ as installation directory
  4. Launch DevStackBox from Start Menu
  5. Start all services from the UI
  6. Access http://localhost for your projects
  7. Access http://localhost/phpmyadmin for database management

Command Line Installation:

DevStackBox_0.1.0-1_x64-setup.exe /S /D=C:\\dsb

What's New:

  • Complete server stack bundled in installer
  • Automatic service detection and management
  • Professional installation experience
  • Auto-updates for continuous improvements