Skip to content

OmniServ v1.0.0

Choose a tag to compare

@plusemon plusemon released this 30 Aug 12:26
· 42 commits to main since this release

OmniServ v1.0.0 — First Release ⚡

OmniServ is a free, native, self-controlled local web development suite — an open-source alternative to ServBay, Herd, and Laragon for macOS, Windows, and Linux.


✨ Features & Capabilities

  • 🌐 Web Servers:

    • nginx (default high-performance web server)
    • Apache (with native .htaccess support via reverse proxy)
    • OpenLiteSpeed support on Linux
  • 🐘 Multi-PHP Environment:

    • Run PHP 7.4, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6 side-by-side
    • Switchable per-site with independent PHP-FPM pools
    • ionCube and common web extensions pre-configured
  • 🗄️ Databases & Caching:

    • MariaDB / MySQL & PostgreSQL
    • Redis & Memcached caching services
    • Create and manage databases directly from the GUI/CLI
  • 🛠️ Built-in Web Tools:

    • phpMyAdmin (http://phpmyadmin.test) & Adminer (http://adminer.test) with up to 2GB upload support
    • Mailpit for local email capture & testing
  • 🔒 Trusted HTTPS & Domains:

    • Automatic *.test domain resolution (dnsmasq / hosts)
    • Local CA SSL certificates generated and trusted via mkcert
  • 🚀 Node.js & Python:

    • Multi-version Node.js management (via fnm)
    • Managed Python web applications
  • 🌍 Public Sharing:

    • One-click public sharing via Cloudflare Tunnels (trycloudflare.com)

📦 Installation

Linux (Ubuntu / Debian):

Download omniserv_1.0.0_all.deb attached below and install via:

sudo dpkg -i omniserv_1.0.0_all.deb
sudo apt-get -f install -y

Launch the GUI via omniserv-gui or search for OmniServ in your application launcher.