ASRFacet-Rb
v1.0.0 | Download Center
Home Author & License License
Download
ASRFacet-Rb Download Center
Download platform-specific installers, run guided lifecycle commands, and install ASRFacet-Rb like a real system tool.
What You Get
Website installers fetch required files from the main repository, then execute the maintained platform installer under install/ so behavior stays consistent.
Prompt Theme
Installer output now uses a shared prompt style across docs and platforms: [ASRFacet-Rb][INFO], [ASRFacet-Rb][ OK ], [ASRFacet-Rb][WARN], and [ASRFacet-Rb][FAIL].
Authorized Use Only
Use ASRFacet-Rb only on systems you own or have explicit written permission to test.
Download Workflow
1. Download Script

Pick your OS and download the installer script directly from this page.

Open script downloads
2. Run Install Mode

Run install to place the framework in a managed application folder with launchers.

View usage commands
3. Maintain Lifecycle

Use the same script for test, update, and uninstall later.

Check install paths
Installer Scripts

These scripts are hosted in docs/website/web_assets/installers/ and can be downloaded directly.

Open installer usage guide

PlatformScriptDownload
Linux asrfacet-rb-installer-linux.sh Download
macOS asrfacet-rb-installer-macos.sh Download
Windows (PowerShell) asrfacet-rb-installer-windows.ps1 Download
Windows (CMD) asrfacet-rb-installer-windows.cmd Download
run after download
# Linux $ bash asrfacet-rb-installer-linux.sh install # macOS $ bash asrfacet-rb-installer-macos.sh install # Windows PowerShell PS> .\asrfacet-rb-installer-windows.ps1 install # Windows Command Prompt (CMD) C:\> asrfacet-rb-installer-windows.cmd install --yes
Install and Lifecycle Modes
ModePurposeExample
install Install ASRFacet-Rb as a managed application with PATH launchers. bash asrfacet-rb-installer-linux.sh install
test Create a repository-local test install for smoke verification. bash asrfacet-rb-installer-macos.sh test
update Refresh an existing managed installation from the repository. .\asrfacet-rb-installer-windows.ps1 update
uninstall Remove installed launchers and the managed application directory. bash asrfacet-rb-installer-linux.sh uninstall
optional flags
# non-interactive where possible $ bash asrfacet-rb-installer-linux.sh install --yes # verbose progress $ bash asrfacet-rb-installer-macos.sh update --verbose # keep temporary clone for troubleshooting PS> .\asrfacet-rb-installer-windows.ps1 install -KeepTemp # same lifecycle via CMD C:\> asrfacet-rb-installer-windows.cmd update --verbose
Install Paths and Data Storage
PlatformApplication RootLaunchers / AliasData Root
Linux ~/.local/share/asrfacet-rb ~/.local/bin/asrfacet-rb, ~/.local/bin/asrfrb ~/.asrfacet_rb
macOS ~/Library/Application Support/asrfacet-rb ~/.local/bin/asrfacet-rb, ~/.local/bin/asrfrb ~/.asrfacet_rb
Windows %LOCALAPPDATA%\Programs\asrfacet-rb %USERPROFILE%\.local\bin\asrfacet-rb.cmd, ...asrfrb.cmd %USERPROFILE%\.asrfacet_rb
Repo Install Is Still Available
You can always install from repository root with bundle install and run with bundle exec ruby bin/asrfacet-rb for development workflows.