Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.39 KB

File metadata and controls

66 lines (45 loc) · 1.39 KB

Features

Devaron brings the pieces of a full local web stack into one portable desktop app.

Web servers and languages

  • 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.

Per-site PHP

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.local runs PHP 7.4
  • client-api.local runs PHP 8.2
  • new-laravel.local runs PHP 8.4

Databases

Devaron includes local database services and database tools:

  • MySQL
  • MariaDB
  • PostgreSQL
  • MongoDB
  • Redis
  • Memcached
  • Meilisearch
  • phpMyAdmin
  • Adminer
  • Built-in native database manager

Sites and virtual hosts

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.

Public sharing

Any local site can be shared temporarily through:

  • Cloudflare Tunnel
  • ngrok

This is useful for client previews, webhook testing and mobile device checks.

Developer utilities

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