Community LTS Fork · April 2026

FreeUnit

Unit application server, continued by the community.
Free as in freedom.

The original Unit repository was archived in October 2025.
The maintainers noted: "A new maintainer is desired." FreeUnit is that maintainer.
In the lineage of
freenginx MariaDB LibreOffice OpenSSH
— when corporations step back, community takes over

Why FreeUnit

01
PHP 8.4 + 8.5
First-class support for modern PHP runtimes. The primary motivation for this fork.
02
Security Backports
Active security maintenance. No more unaddressed CVEs in archived repositories.
03
Stable Releases
Predictable LTS release cycle. Production deployments need guarantees.
04
Community Governed
No corporate control. Decisions made by active contributors.

Installation

# Build from source
git clone https://github.com/freeunitorg/freeunit
cd freeunit
./configure --openssl --otel
make
sudo make unitd-install
Official packages and Docker images are coming soon.
PHP 8.5 support requires FreeUnit — not available in the archived upstream.

OpenTelemetry

# Configure via Unit JSON API
{
  "settings": {
    "telemetry": {
      "endpoint": "http://localhost:4317/v1/traces",
      "protocol": "grpc",
      "sampling_ratio": 1.0,
      "batch_size": 20
    }
  }
}

Project Status

freeunit.org + freeunit.dev registered
April 2026
GitHub org freeunitorg created
5 repos
Unit 1.35.0 fork — all branches
active
PHP 8.5 working build
Unit 1.35.0
Docker images
in progress
CI/CD pipeline
in progress
Official packages
coming soon
F5 repository transfer
in negotiation

Community