Devaron brings the pieces of a full local web stack into one portable desktop app.
- Apache
- Nginx
- PHP with multiple versions
- Node.js
- Python
You can start, stop and configure services from the UI instead of editing scattered config files manually.
Devaron can assign a different PHP version to each local site. This is useful when one project needs an older PHP version and another project needs a modern version.
Example:
legacy-shop.localruns PHP 7.4client-api.localruns PHP 8.2new-laravel.localruns PHP 8.4
Devaron includes local database services and database tools:
- MySQL
- MariaDB
- PostgreSQL
- MongoDB
- Redis
- Memcached
- Meilisearch
- phpMyAdmin
- Adminer
- Built-in native database manager
Every folder inside www can become a local site automatically. Devaron generates local virtual hosts, supports a custom domain suffix and can open sites over HTTP or HTTPS.
Any local site can be shared temporarily through:
- Cloudflare Tunnel
- ngrok
This is useful for client previews, webhook testing and mobile device checks.
The app includes offline tools for common developer tasks:
- JSON formatting and validation
- URL encode/decode
- Hashes
- Base64
- UUIDs
- JWT decode
- QR codes
- Timestamp conversion
- Port inspection