Automic VaultAutomic Vault

brew

使用 Homebrew, Nix 安装 urweb

查看 urweb 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install urweb

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#urweb

nixpkgs package indexes · pkgs/by-name/ur/urweb/package.nix · 来源: api.github.com

概览

软件包摘要

Ur/Web programming language

命令和别名

  • urweb

历史

项目历史与用法

Ur/Web is a domain-specific, statically typed functional programming language and compiler for database-backed web applications. The official site presents Ur as an ML/Haskell-like pure, strict, statically typed language with row-type metaprogramming, and Ur/Web as Ur plus web-specific parsing, optimization, and a standard library for dynamic SQL-backed applications.

项目历史

Adam Chlipala's 2010 PLDI paper introduced Ur as a language for statically typed metaprogramming with type-level record computation and described Ur/Web as a special standard library for modern web applications. The official resources page lists additional 2010 talks, a 2010 OSDI paper on security policies, and later Ur/Web research papers.

The 2015 POPL paper framed Ur/Web as a simpler model for modern web programming: one language compiled to the necessary web-standard languages, with modular encapsulation of web state and a concurrency model based on transactions and cooperative preemption. The same period also produced an ICFP 2015 compiler paper describing Ur/Web compilation to efficient native code without garbage collection.

The current GitHub README and official site emphasize type-level guarantees uncommon in mainstream web frameworks: well-typed programs should avoid code injection, invalid HTML, dead internal links, form-handler mismatches, invalid SQL queries, and marshaling mistakes between browser, server, and database.

采用历史

The official site lists several production applications, including BazQux Reader, Bitcoin Merge Mining Pool, Ecosrv, Extensibl, and Oilprice, along with student projects and blog posts from 2010 onward. It also lists package/container availability in Arch AUR, Debian, Docker, Homebrew, Milis Linux, Nix, OpenBSD experimental ports, and Ubuntu, while this batch's input confirms Homebrew and Nix package-manager records.

使用方式

A typical package-manager user installs the compiler as urweb, writes .ur, .urs, and .urp project files, and invokes the urweb executable to compile applications. The GitHub README shows compiling and running a bundled hello demo, while the official resources page directs users to a tutorial, reference manual, demos, FAQ, mailing list, and GitHub issues.

为什么软件包爱好者会关心

Ur/Web is package-nerd significant because it is not just another library: it is a research language, compiler, runtime model, and web framework packaged as a Unix-style compiler tool. Its availability in Homebrew, Nix, Debian, Ubuntu, and other systems makes an academic language experiment installable through ordinary package workflows.

It also illustrates why package metadata can matter for niche languages. A formula or derivation gives users a reproducible compiler and dependencies, which is crucial for trying a language whose value comes from whole-program guarantees and compiler behavior rather than a single library API.

时间线

  • 2010-06: PLDI paper on Ur describes Ur/Web as a web-application layer on Ur.
  • 2010: Official resources list Ur/Web talks and research around typed web programming.
  • 2015-01: POPL paper presents Ur/Web as a simple model for programming the web.
  • 2015-08: ICFP paper describes the optimizing Ur/Web compiler.
  • 2015-12-20: GitHub repository metadata records repository creation.
  • 2020-02-09: Official site and GitHub release metadata identify the 20200209 stable release.

Related projects

  • The official GitHub organization includes Ur/Web libraries and examples such as UPO, email, world, feed, and ajaxUpload. The official site also compares Ur/Web with broader web-framework practice and lists related demos and tutorials.

来源

  • GitHub repository metadata: https://api.github.com/repos/urweb/urweb
  • Input source_facts.package-manager lists Homebrew and Nix packaging.
  • Official GitHub README: https://raw.githubusercontent.com/urweb/urweb/master/README.md
  • Official project site main page: http://www.impredicative.com/ur/main.html
  • Official resources page: http://www.impredicative.com/ur/resources.html
  • Official users page: http://www.impredicative.com/ur/users.html
  • Ur PLDI 2010 paper page: https://adam.chlipala.net/papers/UrPLDI10/
  • Ur/Web ICFP 2015 compiler paper page: https://adam.chlipala.net/papers/UrWebICFP15/
  • Ur/Web POPL 2015 paper page: https://adam.chlipala.net/papers/UrWebPOPL15/

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:programming language

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 3 个运行时依赖。
  • 构建元数据列出 4 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
urwebcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-26
管理器版本20200209
管理器更新时间2026-07-14
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/urweb/urweb

安装元数据

软件包元数据

软件包键brew:urweb
版本20200209
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/urweb
主页http://www.impredicative.com/ur/
仓库https://github.com/urweb/urweb
上游文档http://www.impredicative.com/ur
许可证BSD-3-Clause
源码归档https://github.com/urweb/urweb/releases/download/20200209/urweb-20200209.tar.gz
最后更新2026-07-14T20:07:13+09:00
Pulseupdated
依赖gmp, icu4c@78, openssl@4
构建依赖autoconf, automake, libtool, mlton
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameurweb
Version Scheme0
Revision13
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

urweb

nix profile install nixpkgs#urweb
  • normalized package name match
  • 匹配方式:Urweb
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ur/urweb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment