macOS
brew install uvicornlocal Homebrew formula metadata
brew / 順位 1604
uvicorn のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install uvicornlocal Homebrew formula metadata
sudo apk add uvicornAlpine Linux edge package indexes · uvicorn · ソース: dl-cdn.alpinelinux.org
sudo apt install uvicornDebian stable package indexes · uvicorn · ソース: deb.debian.org
sudo pacman -S uvicornArch Linux sync databases · uvicorn · ソース: geo.mirror.pkgbuild.com
概要
ASGI web server
履歴
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.
セキュリティ状態
uvicorn に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
uvicorn | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:uvicorn |
|---|---|
| バージョン | 0.52.1 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://uvicorn.dev/ |
| リポジトリ | https://github.com/Kludex/uvicorn |
| 最終更新 | 2026-08-02T22:31:56Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
uvicorn 0.32.0-3
ASGI server implementation, using uvloop and httptools
https://github.com/encode/uvicorn/
sudo apt install uvicornuvicorn 0.27.1-1
ASGI server implementation, using uvloop and httptools
https://github.com/encode/uvicorn/
sudo apt install uvicornuvicorn 0.44.0-r0
Lightning-fast ASGI server
sudo apk add uvicornuvicorn-pyc 0.44.0-r0
Precompiled Python bytecode for uvicorn
sudo apk add uvicorn-pycuvicorn 0.52.0-1
The lightning-fast ASGI server
https://github.com/encode/uvicorn
sudo pacman -S uvicornソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.