We have just released Ferron 1.0.0! Read the blog post
Ferron is a web server optimized for speed, security, and efficiency. Written in Rust, it offers memory safety and performance, making it ideal for modern websites.
You don't need to worry about issues related to proprietary software, such as backdoors or licensing issues. Ferron is licensed under a permissive MIT license, and you can contribute to its development via a Git repository.
Ferron is throughly optimized for web server performance. According to our own benchmarks, it performs similarly to a popular Caddy web server. You can also enable caching in Ferron for even higher performance.
Ferron is written in Rust, a programming language designed for memory safety. This ensures that Ferron has lower risk of memory safety bugs compared to popular web servers written in C or C++.
Get up and running fast with straightforward configuration options that save you time and let you focus on what matters. You also don't need to worry much about securing your web server, since Ferron enables secure configuration by default.
You can enable automatic TLS for public websites via Let's Encrypt in Ferron, which can save you from the hassle of manual TLS certificate management. With this, Ferron will automatically obtain the certificates for you.
Ferron can be run across multiple operating systems, including GNU/Linux, Windows Server, and FreeBSD. This means you can deploy Ferron on your preferred platform without compatibility concerns.
As you can see on the benchmark results below, Ferron is 12% faster in static file serving than Caddy, and 19% faster than Apache httpd (with prefork MPM). This makes Ferron a good choice for a fast, memory-safe web server.
The static web server performance is measured by running a "wrk -c 100 -d 60 -t 6 https://localhost/index.nginx-debian.html" command on a server with a AMD Ryzen 5 8600G CPU. The web servers serve a default page that comes with NGINX web server. All web servers also have logging the requests into a log file enabled.
As you can see on the benchmark results below, Ferron is 16% faster in reverse proxying than Traefik, 26% faster than Apache httpd (with event MPM), and 51% faster than Caddy. This makes Ferron a good choice for a fast reverse proxy, without being stuck configuring it.
The reverse proxy performance is measured by running a "ferrbench -c 100 -d 60s -t 6 -h https://localhost" command on a server with a AMD Ryzen 5 8600G CPU. The web servers pass requests to a "Hello World" application built with Express, Node.js, and run with PM2. All web servers also have logging the requests into a log file enabled. NGINX is excluded due to possible misconfiguration.
Ferron is an open-source project built by developers like you. Whether you're a user, contributor, or enthusiast, we'd love for you to join our growing community!
700+ stars on GitHub and counting!
Help us improve Ferron by submitting code, reporting issues, or suggesting features.
Stay updated on the latest Ferron news and releases.
See what others think of Ferron web server.
Co-founder of Zaraz, acquired by Cloudflare
I suspect that people don't like changing web servers, and perhaps that's why it took the industry so long to move away from Apache. Ferron actually looks great — great performance, automatic TLS, easy reverse proxy configuration and more. Congrats on shipping this!
Author of the Caddy web server
Awesome :) Best of luck with the project!
Replacing Sōzu with @ferron_web because the madlad actually went out of his way to do a benchmark when I asked
I just switched to @ferronweb on my pi to serve services at home. Imho ferron is just way easier to configure than anything else.