# umka-lang を Homebrew, Nix でインストール

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
