VeloServe is a high-performance web server written in Rust with PHP embedded directly via FFI. No PHP-FPM. No overhead. Just speed.
curl -sSL https://veloserve.io/install.sh | bash
👆 This is all you need! Copy and run:
curl -sSL https://veloserve.io/install.sh | bash
Choose the mode that fits your infrastructure
Simple & Portable
cargo build --release
Maximum Performance
cargo build --release --features php-embed
Drop-in Apache Replacement
./import-apache-and-swap.sh --swap
Everything you need for modern PHP applications
Memory-safe, blazing fast, and reliable. Built on Tokio and Hyper for async I/O.
PHP runs inside VeloServe via FFI. No process spawning, no IPC overhead.
Full WordPress and Magento 2 support with intelligent caching rules.
Page cache, object cache, and static asset cache with automatic invalidation.
Modern protocols out of the box. HTTPS with automatic certificate handling.
Drop-in Apache replacement with WHM plugin, AutoSSL, cPanel hooks, and tailwatchd monitoring.
One-click deployment on Ona.com, GitHub Codespaces, and any container platform.
Real benchmarks, real results
Choose your installation method
sudo apt install php-dev libphp-embed libxml2-dev libsodium-dev
git clone https://github.com/veloserve/veloserve.git
cd veloserve
cargo build --release --features php-embed
./target/release/veloserve --config veloserve.toml
sudo apt install php-cgi php-mysql php-curl php-gd php-mbstring
git clone https://github.com/veloserve/veloserve.git
cd veloserve
cargo build --release
./target/release/veloserve --config veloserve.toml
curl -LO https://github.com/veloserve/veloserve/releases/latest/download/veloserve-latest-x86_64-almalinux9.tar.gz
tar -xzf veloserve-latest-x86_64-almalinux9.tar.gz
sudo mv veloserve /usr/local/bin/
git clone https://github.com/veloserve/veloserve.git /tmp/veloserve-repo
cd /tmp/veloserve-repo/cpanel
./install-whm-plugin.sh
./import-apache-and-swap.sh --swap
Both options include Rust, PHP, and all dependencies pre-installed!
No compilation needed — just download and run
🚀 PHP Embed build = 10-100x faster PHP execution (requires libphp-embed)
Standard build = Works with any PHP installation via php-cgi
Join developers who are shipping faster with VeloServe.