ZIP
WinGet
arf console
eitsupi · 0.3.1 · 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.3.1
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.3.1/arf-console-x86_64-pc-windows-msvc.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes
Added
- Document Scoop installation method in README for Windows users (#161)
Fixed
- (Windows) .First() and .First.sys() are now called after .Rprofile is sourced, matching R's standard startup sequence. Previously these hooks were skipped, causing vscode-R session watcher connections to fail and user-defined startup logic in .First() to be ignored (#159)
- (Windows) Restore the parent shell's original console input mode when arf exits, preventing shells such as nushell in Windows…