1. Download Script
Pick your OS and download the installer script directly from this page.
Open script downloads
ASRFacet-Rbinstall/ so behavior stays consistent.
[ASRFacet-Rb][INFO], [ASRFacet-Rb][ OK ], [ASRFacet-Rb][WARN], and [ASRFacet-Rb][FAIL].
Pick your OS and download the installer script directly from this page.
Open script downloadsRun install to place the framework in a managed application folder with launchers.
Use the same script for test, update, and uninstall later.
These scripts are hosted in docs/website/web_assets/installers/ and can be downloaded directly.
| Platform | Script | Download |
|---|---|---|
| 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 |
| Mode | Purpose | Example |
|---|---|---|
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 |
| Platform | Application Root | Launchers / Alias | Data 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 |
bundle install and run with bundle exec ruby bin/asrfacet-rb for development workflows.