macOS
brew install drogonlocal Homebrew formula metadata
brew
Modern C++ web application framework. Version 1.9.13 via Homebrew; verified 2026-06-22.
install
brew install drogonlocal Homebrew formula metadata
sudo apk add drogonAlpine Linux edge package indexes · drogon · source: dl-cdn.alpinelinux.org
sudo apt install drogonDebian stable package indexes · drogon · source: deb.debian.org
nix profile install nixpkgs#drogonnixpkgs package indexes · pkgs/by-name/dr/drogon/package.nix · source: api.github.com
sudo pacman -S benchmarkArch Linux sync databases · benchmark · source: geo.mirror.pkgbuild.com
sudo zypper install benchmark-developenSUSE Tumbleweed package metadata · benchmark-devel · source: download.opensuse.org
overview
Modern C++ web application framework
history
Drogon is a modern C++ HTTP application framework with asynchronous networking, routing, controllers, views, WebSocket support, database clients, Redis support, plugins, ORM tooling, and the drogon_ctl code-generation CLI.
The public drogonframework/drogon repository was created in April 2018. The official overview presents Drogon as a C++17/20-based framework for building web application server programs, with its name borrowed from a dragon in Game of Thrones.
Drogon grew around a performance-oriented, asynchronous C++ server model. Its README emphasizes non-blocking I/O using epoll and kqueue, a fully asynchronous programming style, HTTP client and server support, templates, controllers, filters, WebSocket, JSON responses, uploads, compression, pipelining, database access, Redis access, plugins, AOP joinpoints, and C++ coroutine support.
The project also includes the trantor networking library as a built-in dependency in the installation docs, making the framework feel closer to a self-contained C++ web stack than a thin wrapper around an external server. The drogon_ctl command became part of the package identity because it generates controllers, views, and scaffolding that would otherwise be repetitive in C++.
Drogon's adoption is visible through its packaging and community surfaces: Homebrew packages the stable release, the README advertises Conan Center, Docker images, Telegram and Discord communities, and official docs cover Linux, macOS, FreeBSD, and Windows-style installation paths.
It also became a familiar name among C++ web-framework benchmark watchers because the README points users to TechEmpower Framework Benchmarks for high-concurrency performance comparisons. That benchmark visibility matters for C++ developers evaluating whether an installable framework can compete with leaner HTTP stacks.
A minimal Drogon app can listen, set logging, configure thread count, optionally daemonize, and run from main. The README also shows loading config.json via app().loadConfigFile and using drogon_ctl to generate controllers, while docs describe dependencies such as jsoncpp, libuuid, zlib, OpenSSL, c-ares, brotli, PostgreSQL, MariaDB, sqlite3, hiredis, gtest, and yaml-cpp.
Drogon is package-nerd catnip because it makes a usually bespoke C++ web-server stack installable as a framework plus CLI. A package install brings headers, libraries, sample executables, drogon_ctl, optional database and compression integrations, and a config-file culture familiar to web developers but less common in high-performance C++ packages.
Its cross-platform story is also unusually broad for a C++ web framework: the README lists Linux, macOS, FreeBSD, OpenBSD, HaikuOS, and Windows, while Homebrew bottles current builds for macOS and Linux architectures. That makes it useful both as an application framework and as a packaging test case for C++ dependency edges.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
config.jsonmodels/model.jsonconfig.jsonmodels\model.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
_drogon_ctl | cli | global executable | |
async_stream | cli | global executable | |
benchmark | cli | global executable | |
client | cli | global executable | |
cors | cli | global executable | |
dg_ctl | cli | global executable | |
drogon_ctl | cli | global executable | |
file_upload | cli | global executable | |
helloworld | cli | global executable | |
jsonstore | cli | global executable | |
login_session | cli | global executable | |
redis_chat | cli | global executable | |
redis_simple | cli | global executable | |
websocket_client | cli | global executable | |
websocket_server | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/drogonframework/drogon
install metadata
| Package key | brew:drogon |
|---|---|
| Version | 1.9.13 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/drogon |
| Homepage | https://drogon.org |
| Repository | https://github.com/drogonframework/drogon |
| Upstream docs | https://drogon.org/ |
| License | MIT |
| Source archive | https://github.com/drogonframework/drogon.git |
| Last updated | 2026-06-22T14:03:11-07:00 |
| Pulse | updated |
| Dependencies | brotli, c-ares, jsoncpp, openssl@3 |
| Build dependencies | cmake |
| Uses from macOS | sqlite |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | drogon |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
drogon 1.9.0+ds-1+b1
C++14/17-based HTTP application framework
https://github.com/drogonframework/drogon
sudo apt install drogonlibdrogon-dev 1.9.0+ds-1+b1
C++14/17-based HTTP application framework development files
https://github.com/drogonframework/drogon
sudo apt install libdrogon-devlibdrogon1t64 1.9.0+ds-1+b1
C++14/17-based HTTP application framework library files
https://github.com/drogonframework/drogon
sudo apt install libdrogon1t64drogon
nix profile install nixpkgs#drogondrogon 1.8.7+ds-1.1build1
C++14/17-based HTTP application framework
https://github.com/drogonframework/drogon
sudo apt install drogonlibdrogon-dev 1.8.7+ds-1.1build1
C++14/17-based HTTP application framework
https://github.com/drogonframework/drogon
sudo apt install libdrogon-devlibdrogon1t64 1.8.7+ds-1.1build1
C++14/17-based HTTP application framework
https://github.com/drogonframework/drogon
sudo apt install libdrogon1t64drogon 1.9.4-r3
A C++14/17/20 based HTTP web application framework
https://github.com/drogonframework/drogon
sudo apk add drogondrogon-dev 1.9.4-r3
A C++14/17/20 based HTTP web application framework (development files)
https://github.com/drogonframework/drogon
sudo apk add drogon-devdrogon-doc 1.9.4-r3
A C++14/17/20 based HTTP web application framework (documentation)
https://github.com/drogonframework/drogon
sudo apk add drogon-doclibbenchmark-dev 1.9.1-1
Microbenchmark support library, development files
https://github.com/google/benchmark
sudo apt install libbenchmark-devlibbenchmark-tools 1.9.1-1
Microbenchmark support library, tools and documentation
https://github.com/google/benchmark
sudo apt install libbenchmark-toolslibbenchmark1.9.1 1.9.1-1
Microbenchmark support library, shared library
https://github.com/google/benchmark
sudo apt install libbenchmark1.9.1python3-websocket 1.8.0-2
WebSocket client library - Python 3.x
https://github.com/liris/websocket-client
sudo apt install python3-websocketlibbenchmark-dev 1.8.3-3
Microbenchmark support library, development files
https://github.com/google/benchmark
sudo apt install libbenchmark-devlibbenchmark-tools 1.8.3-3
Microbenchmark support library, tools and documentation
https://github.com/google/benchmark
sudo apt install libbenchmark-toolssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.