pkg.soopen package index

brew / 順位 1604

uvicorn を Homebrew, apk, apt, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install uvicorn

local Homebrew formula metadata

概要

パッケージ概要

ASGI web server

コマンドとエイリアス

  • uvicorn

履歴

プロジェクトの歴史と使われ方

Uvicorn is a Python ASGI web server. It became one of the standard command-line servers for async Python web applications, especially FastAPI and Starlette deployments, by pairing ASGI support with event-loop and protocol implementations such as uvloop, httptools, h11, and websockets.

プロジェクトの歴史

Uvicorn's official documentation frames the project around ASGI, the interface that let Python async frameworks share a low-level server/application contract. The docs describe Uvicorn as an ASGI web server implementation for Python with HTTP/1.1 and WebSocket support.

The release notes show an active public release stream by at least October 2019, with Uvicorn 0.10.0 adding Python 3.8 support, separated access/error logs, colorized terminal logs, logging configuration, trusted forwarded headers, worker configuration from `WEB_CONCURRENCY`, and `.env` support. Later releases refined optional dependency handling, reload behavior, WebSocket support, logging, and deployment ergonomics.

採用の歴史

Uvicorn's adoption followed the rise of ASGI frameworks. The official docs explicitly link Uvicorn's purpose to the lack of a minimal low-level async server/application interface in Python before ASGI, and the deployment docs document common production use under Gunicorn with a Uvicorn worker.

The installation documentation presents both minimal installation and a `uvicorn[standard]` extra. That extra became an important packaging convention because it grouped performance and developer-experience dependencies such as uvloop, httptools, websockets, watchfiles, and colorama without forcing every installation to carry them.

使われ方

The normal package-nerd usage is `uvicorn module:app`, often with `--reload` in development and worker/process manager integration in production. It can be installed as a plain package or with the `standard` extra depending on whether the user wants the faster optional event loop, HTTP parser, WebSocket implementation, and file watcher.

Uvicorn also matters in containers and platform-as-a-service deployments because it exposes common server knobs as CLI flags, Python config, environment variables, and Gunicorn worker integration. That makes it easy for packaging systems and deployment recipes to express process counts, proxy headers, logging, and reload behavior.

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

Uvicorn is significant because it turned ASGI from a framework-level abstraction into a package-manager-friendly executable. Installing one package gives Python projects a standard `uvicorn` command, while extras let maintainers choose between small dependency closure and a faster, fuller runtime stack.

Its release notes also show the kind of details package maintainers care about: optional dependency boundaries, security fixes for headers and logging, Windows process behavior, Unix socket handling, proxy header defaults, and Python-version support.

タイムライン

  • 2019-10: Uvicorn 0.10.0 release notes list Python 3.8 support, logging changes, trusted proxy header handling, worker environment integration, and `.env` support.
  • 2020-09: Uvicorn 0.12.0 stopped shipping uvloop, websockets, and httptools by default and moved them behind `uvicorn[standard]`.
  • 2026-06: Official release notes list Uvicorn 0.49.0, showing continued maintenance.

Related projects

  • ASGI is the server/application interface that Uvicorn implements.
  • FastAPI and Starlette are common ASGI framework companions in Uvicorn deployments.
  • uvloop, httptools, h11, websockets, wsproto, watchfiles, and Gunicorn are related runtime or deployment packages documented by Uvicorn.

ソース

セキュリティ状態

保護ツール対応はまだ見つかっていません

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

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
uvicorn実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版0.52.1
マネージャ更新日2026-08-02
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:uvicorn
バージョン0.52.1
パッケージマネージャHomebrew
ホームページhttps://uvicorn.dev/
リポジトリhttps://github.com/Kludex/uvicorn
最終更新2026-08-02T22:31:56Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

uvicorn 0.32.0-3

ASGI server implementation, using uvloop and httptools

https://github.com/encode/uvicorn/

sudo apt install uvicorn
  • Section: httpd
  • Architecture: all
  • Source Package: python-uvicorn
  • 2 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Uvicorn
Debian stable package indexes · deb.debian.org · Debian stable package indexes: uvicorn from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

uvicorn 0.27.1-1

ASGI server implementation, using uvloop and httptools

https://github.com/encode/uvicorn/

sudo apt install uvicorn
  • Section: universe/httpd
  • Architecture: all
  • Source Package: python-uvicorn
  • 2 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Uvicorn
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: uvicorn from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

uvicorn 0.44.0-r0

Lightning-fast ASGI server

https://www.uvicorn.dev/

sudo apk add uvicorn
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: uvicorn
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Uvicorn
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: uvicorn from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

uvicorn-pyc 0.44.0-r0

Precompiled Python bytecode for uvicorn

https://www.uvicorn.dev/

sudo apk add uvicorn-pyc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: uvicorn
  • 1 依存関係
  • normalized package name match
  • 一致条件: Uvicorn
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: uvicorn-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

uvicorn 0.52.0-1

The lightning-fast ASGI server

https://github.com/encode/uvicorn

sudo pacman -S uvicorn
  • License: BSD-3-Clause
  • Architecture: any
  • 4 依存関係
  • 9 任意依存関係
  • normalized package name match
  • 一致条件: Uvicorn
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: uvicorn from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation