# civetweb を Homebrew, apk, apt, Nix, zypper でインストール

civetweb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:civetweb
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install civetweb
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add civetweb
```

  証拠: Alpine Linux edge package indexes: civetweb from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install civetweb
```

  証拠: Debian stable package indexes: civetweb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#civetweb
```

  証拠: nixpkgs package indexes: pkgs/by-name/ci/civetweb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install civetweb
```

  証拠: openSUSE Tumbleweed package metadata: civetweb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:civetweb
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/civetweb>
- **バージョン:** 1.16
- **ソース概要:** C/C++ embeddable web server with optional CGI, SSL and Lua support
- **ホームページ:** <https://github.com/civetweb/civetweb>
- **リポジトリ:** <https://github.com/civetweb/civetweb>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/civetweb/civetweb/archive/refs/tags/v1.16.tar.gz>
- **最終更新:** 2026-06-30T05:12:28Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- civetweb (cli)
- civetweb (エイリアス)

## 依存関係

- openssl@3

## ビルド依存関係

- cmake

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.16
- マネージャ更新日: 2026-06-30
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/civetweb/civetweb
- 検出された最新: v1.16 (最新)
## プロジェクトの歴史と使われ方

CivetWeb is a small MIT-licensed C/C++ embeddable web server that can also run as a standalone server. In package-manager terms it is the long-lived, permissively licensed Mongoose fork that gives C applications an HTTP, HTTPS, CGI, Lua, WebSocket, and WebDAV-capable server without pulling in a large framework.

### プロジェクトの歴史

The official README says CivetWeb was forked from the last MIT-licensed version of Mongoose in August 2013, after Mongoose moved to a dual GPL/commercial license. Release notes for v1.0 describe the initial objective as preserving an MIT-licensed Mongoose-derived distribution and renaming the code and documentation to CivetWeb.

The project subsequently developed independently on GitHub, with release notes showing steady maintenance across API, TLS, Lua, WebSocket, HTTP/2 experiments, fuzzing, and platform-support work.

### 採用の歴史

CivetWeb is packaged across several Unix-style ecosystems in the batch input, including Homebrew, Alpine, Debian, Ubuntu, Nix, and openSUSE/zypper. Its official README also points end users to GitHub and SourceForge binaries and source releases, while directing contributions and issues to GitHub.

### 使われ方

Developers embed CivetWeb as a library to add web-server functionality to an existing C or C++ program, or run it as a standalone executable on Windows, Unix, Linux, and macOS. Its user manual documents command-line startup, optional configuration-file use, and many runtime options.

### パッケージ好きにとっての重要性

CivetWeb matters to package maintainers because it preserves the permissively licensed branch of a once-common embedded-web-server lineage. It is small enough to package as a command and library, broad enough to need TLS and scripting dependency decisions, and old enough that downstreams care about ABI, license, and security-update continuity.

### タイムライン

- 2013: CivetWeb forked from the last MIT-licensed Mongoose version.
- 2014: GitHub release v1.6 published.
- 2021: Release notes show OpenSSL 3.0 and mbed TLS 3 work in v1.16.
- 2026: GitHub repository metadata shows continuing activity.

### Related projects

- Mongoose is the direct ancestor named by the CivetWeb README.
- The README describes CivetWeb as useful either as an embedded library or as a standalone web server, overlapping with other lightweight C HTTP server libraries.

### ソース

- <https://github.com/civetweb/civetweb/blob/master/README.md>
- <https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md>
- <https://github.com/civetweb/civetweb/blob/master/docs/UserManual.md>


## セキュリティノート

civetweb に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## Configuration and credential file locations

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.


## Configuration files

- Unix: CivetWeb.conf in the executable directory
- Windows: CivetWeb.conf in the executable directory
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** civetweb
- **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:** head, stable

## 他のパッケージマネージャ記録

- Debian apt - civetweb - 1.16+dfsg-2+deb13u1: normalized package name match | Debian stable package indexes: civetweb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | embeddable web server with optional CGI, SSL and Lua support | https://github.com/civetweb/civetweb/
- Debian apt - libcivetweb-dev - 1.16+dfsg-2+deb13u1: normalized package name match | Debian stable package indexes: libcivetweb-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | embeddable web server with optional CGI, SSL and Lua support (devel) | https://github.com/civetweb/civetweb/
- Debian apt - libcivetweb1 - 1.16+dfsg-2+deb13u1: normalized package name match | Debian stable package indexes: libcivetweb1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | embeddable web server with optional CGI, SSL and Lua support (lib) | https://github.com/civetweb/civetweb/
- Nix - civetweb: normalized package name match | nixpkgs package indexes: pkgs/by-name/ci/civetweb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - civetweb - 1.16+dfsg-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: civetweb from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | embeddable web server with optional CGI, SSL and Lua support | https://github.com/civetweb/civetweb/
- Ubuntu apt - libcivetweb-dev - 1.16+dfsg-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libcivetweb-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | embeddable web server with optional CGI, SSL and Lua support (devel) | https://github.com/civetweb/civetweb/
- Ubuntu apt - libcivetweb1 - 1.16+dfsg-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libcivetweb1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | embeddable web server with optional CGI, SSL and Lua support (lib) | https://github.com/civetweb/civetweb/
- apk - civetweb - 1.16-r0: normalized package name match | Alpine Linux edge package indexes: civetweb from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Embedded C/C++ web server | https://github.com/civetweb/civetweb
- apk - civetweb-dev - 1.16-r0: normalized package name match | Alpine Linux edge package indexes: civetweb-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Embedded C/C++ web server (development files) | https://github.com/civetweb/civetweb
- apk - libcivetweb - 1.16-r0: normalized package name match | Alpine Linux edge package indexes: libcivetweb from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Embedded C/C++ web server (C library) | https://github.com/civetweb/civetweb
- apk - libcivetweb-cpp - 1.16-r0: normalized package name match | Alpine Linux edge package indexes: libcivetweb-cpp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Embedded C/C++ web server (C++ library) | https://github.com/civetweb/civetweb
- zypper - civetweb - 1.6+git1776611085.588860e3-1.3: normalized package name match | openSUSE Tumbleweed package metadata: civetweb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A C/C++ web server | https://github.com/civetweb/civetweb
- zypper - civetweb-devel - 1.6+git1776611085.588860e3-1.3: normalized package name match | openSUSE Tumbleweed package metadata: civetweb-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Header files and development libraries for civetweb | https://github.com/civetweb/civetweb
- zypper - libcivetweb-cpp1_16_0 - 1.6+git1776611085.588860e3-1.3: normalized package name match | openSUSE Tumbleweed package metadata: libcivetweb-cpp1_16_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Shared Object for applications that use civetweb embedded | https://github.com/civetweb/civetweb
- zypper - libcivetweb1_16_0 - 1.6+git1776611085.588860e3-1.3: normalized package name match | openSUSE Tumbleweed package metadata: libcivetweb1_16_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Shared Object for applications that use civetweb embedded | https://github.com/civetweb/civetweb


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/ja/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [root](https://pkg.so/ja/brew/root/) - Popular package that depends on this formula.
- [xmlrpc-c](https://pkg.so/ja/brew/xmlrpc-c/) - Shares pkgdb curated category or tags: c, c-plus-plus, cli, http, networking.
- [mongoose](https://pkg.so/ja/brew/mongoose/) - Shares pkgdb curated category or tags: c, cli, embedded, networking, web-server.
- [h2o](https://pkg.so/ja/brew/h2o/) - Shares pkgdb curated category or tags: c, cli, http, networking, web-server.
- [nginx](https://pkg.so/ja/brew/nginx/) - Shares pkgdb curated category or tags: cli, http, networking, web-server.
- [httpd](https://pkg.so/ja/brew/httpd/) - Shares pkgdb curated category or tags: cli, http, networking, web-server.
- [proxygen](https://pkg.so/ja/brew/proxygen/) - Shares pkgdb curated category or tags: c-plus-plus, cli, http, networking.
- [fcgi](https://pkg.so/ja/brew/fcgi/) - Shares pkgdb curated category or tags: cgi, cli, networking, web-server.
- [static-web-server](https://pkg.so/ja/brew/static-web-server/) - Shares pkgdb curated category or tags: cli, http, networking, web-server.
- [davix](https://pkg.so/ja/brew/davix/) - Local package facts share a topical domain. Shared terms: cli, http, networking, openssl, openssl-3.

## Combined YAML source

View the package source record on GitHub. [combined/civetweb.yml](https://github.com/mxcl/pkgdb/blob/main/combined/civetweb.yml)


## ソース

- pkg.so package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
