ZIP
WinGet
arf console
eitsupi · 0.2.5 · 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.5
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.5/arf-console-x86_64-pc-windows-msvc.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes
Added
- Experimental: JSON-RPC IPC server for external tool integration (--with-ipc). Supports evaluate (silent/visible), user_input, and send methods over Unix domain sockets (Linux/macOS) or named pipes (Windows). Includes mutual exclusion with console input, alternate mode rejection, and session file discovery. (#113)
- Experimental: :ipc meta command to start/stop/check IPC server status at runtime (#113)
- Accept all R-compatible CLI flags (--slave, --no-echo, --no-save, --no-…