# arf を Homebrew, winget でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



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