macOS
brew install unisonlanglocal Homebrew formula metadata
安装
brew install unisonlanglocal Homebrew formula metadata
概览
Friendly programming language from the future
历史
Unison is a functional programming language and toolchain built around content-addressed code. The package ships the Codebase Manager, ucm, which is both a CLI workflow tool and the local interface to Unison's database-backed codebase model.
Unison Computing traces the language's path from a 2018 company founding through a 2019 first alpha, SQLite-backed local codebases in 2021, Unison Share, projects, contributions, cloud deployment, and finally the 1.0 release in November 2025. The 1.0 announcement presents the milestone as stabilization of the language, distributed runtime, and developer workflow after several years of design and engineering.
The language's defining idea is that definitions are identified by hashes of their syntax trees rather than by names alone. Official docs describe Unison code as content-addressed and stored in a codebase database; names are metadata, while hashes pin exact implementations and dependencies.
Unison's adoption has been centered less on broad language popularity and more on a self-contained ecosystem: UCM, Unison Share, Unison Cloud, a public package/project system, and a community of early adopters. The 1.0 page reports thousands of merged PRs, thousands of GitHub stars, many published definitions, and more than a thousand project authors.
The project has also used the language in its own infrastructure. An official production report describes Unison Computing using Unison for mission-critical parts of Unison Cloud, including compute fabric and transactional storage work.
Package users install unisonlang primarily to get the ucm executable. The everyday workflow is unusual for language packages: users edit scratch .u files in their editor, then use UCM to add, update, view, test, run, branch, push, pull, and manage code in the local codebase.
Because code is not organized as ordinary source files in the final representation, package nerds care about where the CLI lives, how the codebase is initialized or upgraded, and how UCM interoperates with Unison Share, project metadata, editor tooling, and cloud workflows.
Unison is a packaging outlier: it is a language runtime, buildless code database, package manager, version-control model, and deployment story wrapped around one CLI. That makes the Homebrew formula more than a compiler install; it is the entry point to a non-file-centric development workflow.
It is also a useful case study for language packaging after Git. Instead of treating Git repositories as the primary distribution unit, Unison moves toward hash-addressed definitions, native projects, Share-hosted libraries, and semantic code operations.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
ucm | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:unisonlang |
|---|---|
| 版本 | 1.3.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://unison-lang.org/ |
| 仓库 | https://github.com/unisonweb/unison |
| 最后更新 | 2026-07-24T01:54:04Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.