ZIP
WinGet
arf console
eitsupi · 0.2.4 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
arf-console-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
eitsupi.arf
Version
0.2.4
Description
Alternative R Frontend — a modern R console written in Rust
License
MIT
↗
Homepage
https://github.com/eitsupi/arf
Installer URL
https://github.com/eitsupi/arf/releases/download/v0.2.4/arf-console-x86_64-pc-windows-msvc.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes
Added
- Matching bracket highlighting: when cursor is on or after a bracket ((), [], {}), both brackets are highlighted with a background color. Syntax-aware via tree-sitter (skips brackets in strings/comments). Configurable via [editor] highlight_matching_bracket (default: false) and [colors.r] matching_bracket (default: "LightYellow") (#106)
- R's options(width) is now synced with the terminal width at startup and dynamically on resize, configurable via [r] auto_width (default: t…