macOS
brew install uvicornlocal Homebrew formula metadata
安装
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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.