# 使用 Homebrew, winget 安装 arf

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

## 安装

```sh
sudo av install brew:arf
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install arf
```

  证据: local Homebrew formula metadata

### Windows

- winget (92%):

```sh
winget install --id eitsupi.arf -e
```

  证据: Windows Package Manager source index: eitsupi.arf from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:arf
- **软件包管理器:** Homebrew
- **版本:** 0.4.5
- **来源摘要:** Modern R console with syntax highlighting and fuzzy search
- **主页:** <https://github.com/eitsupi/arf>
- **仓库:** <https://github.com/eitsupi/arf>
- **最后更新:** 2026-08-01T06:42:43Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- arf (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

arf console, short for Alternative R Frontend, is a new Rust-written cross-platform console for R. It focuses on interactive terminal ergonomics: syntax highlighting, fuzzy history search, meta commands, shell mode, configurable prompts, persistent SQLite-backed history, and an IPC mode for automation.

### 项目历史

The GitHub repository was created in January 2026, and v0.1.0 was released later that month. The README warns that arf is under active development and that the configuration and history file formats may still change, which is consistent with its fast early release cadence through the 0.3 and 0.4 series in spring 2026.

### 采用历史

Adoption is early but already package-manager oriented. The README documents GitHub release binaries, a shell installer, winget, Scoop, cargo-binstall, Homebrew, AUR, and source installation. The Homebrew formula builds the `arf-console` crate, installs shell completions, and tests config initialization plus history and IPC commands.

### 使用方式

Users run `arf` as an alternative R console, optionally selecting an R version through rig or enabling reprex mode. Configuration lives in a platform-specific TOML file, generated with `arf config init`, and runtime usage includes R meta commands such as `:help`, `:shell`, `:history`, `:restart`, and `:quit`.

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

arf is notable because R console frontends are often Python- or IDE-adjacent, while arf packages a modern terminal REPL as a single Rust binary with no runtime dependencies. Its explicit Homebrew, winget, Scoop, AUR, and release-binary paths make it a good example of a young language-tooling project designed for cross-platform package distribution from the start.

### 时间线

- 2026: GitHub repository created.
- 2026: v0.1.0 published as the first GitHub release.
- 2026: v0.4.x releases add to the early active-development line and reach Homebrew packaging.

### Related projects

- The README documents integration with rig for R version switching and Air for reprex auto-formatting, placing arf in the modern R tooling ecosystem rather than as a standalone R implementation.

### 来源

- <https://api.github.com/repos/eitsupi/arf>
- <https://api.github.com/repos/eitsupi/arf/releases>
- <https://github.com/eitsupi/arf#readme>
- <https://github.com/eitsupi/arf/blob/main/docs/configuration.md>
- <https://raw.githubusercontent.com/Homebrew/homebrew-core/HEAD/Formula/a/arf.rb>


## 安全说明

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



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ~/.config/arf/arf.toml
- macOS: ~/Library/Application Support/arf/arf.toml
- Windows: %APPDATA%\arf\arf.toml
## 其他软件包管理器记录

- winget - eitsupi.arf: normalized package name match | Windows Package Manager source index: eitsupi.arf from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
