Silent Install HQ
ZIP WinGet

arf console

eitsupi · 0.3.4 · arm64

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

SHA256 0c68f50fabf8669af734fb677dd36c769099b9912735d158d6dc6653410c7417 VirusTotal ↗
Filename arf-console-aarch64-pc-windows-msvc.zip

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID eitsupi.arf
Version 0.3.4
Description Alternative R Frontend — a modern R console written in Rust
License MIT
Upgrade Behavior install(Install over existing)
Release Notes Release Notes Added - Experimental: ; shortcut to switch to shell mode at an empty R prompt (experimental.shell_semicolon_shortcut). One keypress — no :shell or Enter required. Similar to Julia REPL shell mode. When the buffer is not empty, ; inserts a semicolon as usual. Disabled by default. (#192) Fixed - :help no longer fails to render documentation for functions whose Rd source contains % operators (e.g. base::solve). The root cause was passing as.character(rd) without deparse = TRUE, which…