# Installer kiesel avec Homebrew, apk, Nix

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

## installation

```sh
sudo av install brew:kiesel
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install kiesel
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add kiesel
```

  Preuve: Alpine Linux edge package indexes: kiesel from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#kiesel
```

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

## Faits du paquet

- **Clé du paquet:** brew:kiesel
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.3.0
- **Résumé source:** JavaScript engine written in Zig
- **Page d'accueil:** <https://kiesel.dev/>
- **Dernière mise à jour:** 2026-07-26T17:43:16Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- kiesel (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Kiesel is an experimental JavaScript engine written in Zig. It provides a custom bytecode virtual machine and runtime, plus a command-line REPL and file interpreter.

### Historique du projet

Linus Groh began Kiesel as a from-scratch project for learning Zig, with the longer-term aim of following current ECMAScript standards. The official repository was created on Codeberg in July 2023.

The implementation draws stylistic influence from SerenityOS and Ladybird's LibJS, particularly its close-to-spec approach. The project describes itself as early-stage and combines mostly Zig code with selected components for garbage collection, regular expressions, internationalization, and Temporal.

### Historique d'adoption

Kiesel publishes versioned releases and main-branch builds, tracks conformance through Test262, and is packaged by Alpine Linux, Homebrew, and Nix according to the supplied package metadata. Official releases 0.2.0 and 0.3.0 were published in 2026.

### Modes d'utilisation

The `kiesel` executable opens a REPL when run interactively, evaluates JavaScript files, or executes source passed with `--command`. Diagnostic options can print the parsed AST, bytecode, or intermediate representation, while embedding in other projects remains an explicit goal.

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

Kiesel is of interest as a young ECMAScript implementation built around Zig and a custom bytecode VM rather than an established browser engine. Its Test262 tracking, embeddability goal, and availability in several system package collections make implementation progress easy to follow and test.

### Chronologie

- 2023: The official Codeberg repository was created on July 2.
- 2026: Kiesel 0.2.0 was released on May 11.
- 2026: Kiesel 0.3.0 was released on July 17.

### Related projects

- LibJS influenced Kiesel's specification-oriented implementation style.
- Test262 is used to track Kiesel's ECMAScript conformance.

### Sources

- <https://codeberg.org/api/v1/repos/kiesel-js/kiesel>
- <https://codeberg.org/api/v1/repos/kiesel-js/kiesel/releases>
- <https://codeberg.org/kiesel-js/kiesel>
- <https://kiesel.dev/>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour kiesel. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Nix - kiesel: normalized package name match | nixpkgs package indexes: pkgs/by-name/ki/kiesel/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - kiesel - 0.3.0-r0: normalized package name match | Alpine Linux edge package indexes: kiesel from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | JavaScript engine written in Zig | https://kiesel.dev/
- apk - kiesel-doc - 0.3.0-r0: normalized package name match | Alpine Linux edge package indexes: kiesel-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | JavaScript engine written in Zig (documentation) | https://kiesel.dev/


## Combined YAML source

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


## Sources

- pkg.so package database
- curated package history
- external package-manager database matches
- cross-ecosystem install command graph
