# 使用 Homebrew, apk, Nix 安装 kiesel

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install kiesel
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add kiesel
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:kiesel
- **软件包管理器:** Homebrew
- **版本:** 0.3.0
- **来源摘要:** JavaScript engine written in Zig
- **主页:** <https://kiesel.dev/>
- **最后更新:** 2026-07-26T17:43:16Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- kiesel (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

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

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.

### 时间线

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

### 来源

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


## 安全说明

没有找到 kiesel 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


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

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


## 来源

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