# 使用 Homebrew 安装 fibjs

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

## 安装

```sh
sudo av install brew:fibjs
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install fibjs
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:fibjs
- **软件包管理器:** Homebrew
- **版本:** 0.37.0
- **来源摘要:** JavaScript on Fiber
- **主页:** <https://fibjs.org/>
- **仓库:** <https://github.com/fibjs/fibjs>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- fibjs (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

fibjs is a JavaScript runtime built on Chrome's V8 engine with a fiber-based, synchronous-style, non-blocking I/O model. It targets server-side JavaScript users who want blocking-looking code paths on top of cooperative fibers.

### 项目历史

The GitHub repository was created in May 2014. The README describes fibjs as JavaScript on Fiber and emphasizes V8, fiber switching, synchronous style, and non-blocking I/O as the runtime's core design.

The earliest release returned by the GitHub API in this batch run is v0.2.1 from August 2016, while another cited release was v0.37.0 from February 2024. The repository metadata still showed activity in 2026, but the official README remains terse compared with larger JavaScript runtimes.

### 采用历史

fibjs has a narrower package footprint than Node.js-family tools; the package facts in this batch show Homebrew as the listed package manager. Its GitHub repository nevertheless has a multi-thousand-star audience, suggesting a visible but specialized community around its fiber-first runtime model.

### 使用方式

Users run JavaScript with the `fibjs` executable and use the project's documentation for the guide, manual, download page, and module reference. The README directs users to fibjs.org docs and a separate fibjs_docs repository.

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

fibjs is interesting to package nerds as an alternative JavaScript runtime with a distinct concurrency model rather than as another Node.js package manager companion. Packaging it means providing a standalone V8-based runtime for a smaller ecosystem.

### 时间线

- 2014: GitHub repository created.
- 2016: Earliest GitHub API release in this batch run, v0.2.1, published.
- 2024: v0.37.0 published in the GitHub release stream cited for this record.
- 2026: Repository metadata showed continued activity.

### Related projects

- fibjs is conceptually related to V8-based JavaScript runtimes and to fiber/coroutine concurrency models used to present synchronous-looking APIs over non-blocking I/O.

### 来源

- <https://github.com/fibjs/fibjs>
- <https://api.github.com/repos/fibjs/fibjs>
- <https://api.github.com/repos/fibjs/fibjs/releases>
- <https://fibjs.org/docs>
- <https://github.com/fibjs/fibjs_docs>
- <https://formulae.brew.sh/formula/fibjs>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

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


## 来源

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