# 使用 Homebrew, Nix 安装 umka-lang

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

## 安装

```sh
sudo av install brew:umka-lang
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install umka-lang
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#umka-lang
```

  证据: nixpkgs package indexes: pkgs/by-name/um/umka-lang/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:umka-lang
- **软件包管理器:** Homebrew
- **版本:** 1.5.6
- **来源摘要:** Statically typed embeddable scripting language
- **主页:** <https://github.com/vtereshkov/umka-lang>
- **仓库:** <https://github.com/vtereshkov/umka-lang>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- umka (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.5.6
## 项目历史与用法

Umka is a statically typed embeddable scripting language implemented in C99, with a bytecode compiler, virtual machine, garbage collection, fibers, and a C API.

### 项目历史

The official README positions Umka as a lightweight embeddable scripting language inspired syntactically by Go but intended for applications that need a small interpreter rather than Go's compiled runtime model. It highlights distribution as a static or dynamic library and documents the language, standard library, and embedding API in the repository.

### 采用历史

Umka's adoption is niche but visible inside its own ecosystem: the README links Homebrew installation, UmBox packaging, editor support across multiple editors, a playground, and a list of real projects using the language, including games, demos, an operating-system proof of concept, and build tooling.

### 使用方式

Package users install the umka executable and use it to run or compile scripts, experiment in the playground, or embed the VM through the C API. The README's examples focus on raytracing, a Lisp interpreter, and C+Umka integration.

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

For package maintainers, Umka is notable as a compact language runtime with a single CLI and C library surface, packaged by Homebrew and Nix while also carrying its own small package channel through UmBox.

### 时间线

- 2020: Official repository tag v.0.1-alpha is associated with a May 2020 commit.
- README era: Project documents Homebrew installation, UmBox packages, a playground, editor integrations, and real-life projects.
- README era: Documentation covers the language, standard library, and embedding API.

### Related projects

- The README compares Umka with Go and mentions Lua and Wren as inspirations for the multitasking model. It also lists tophat, SaveScum, buum, kilocat, SpaceSim, and other Umka-using projects.

### 来源

- <https://api.github.com/repos/vtereshkov/umka-lang/tags?per_page=100>
- <https://raw.githubusercontent.com/vtereshkov/umka-lang/master/README.md>
- source_facts.package-manager


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 其他软件包管理器记录

- Nix - umka-lang: normalized package name match | nixpkgs package indexes: pkgs/by-name/um/umka-lang/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/umka-lang.yml](https://github.com/mxcl/pkgdb/blob/main/combined/umka-lang.yml)


## 来源

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