# Installer umka-lang avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de umka-lang pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:umka-lang
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.5.6
- **Résumé source:** Statically typed embeddable scripting language
- **Page d'accueil:** <https://github.com/vtereshkov/umka-lang>
- **Dépôt:** <https://github.com/vtereshkov/umka-lang>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- umka (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.5.6
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
