Use this when developing ASRFacet-Rb locally and running full validation from source.
View development stepsruby --version and bundle --version before installing.
Use platform scripts from the repo to install the framework as a real system tool with launchers.
View system install commandsDownload standalone installers from the website that fetch required files and run lifecycle mode.
Open dedicated download centerThe installers build a real application folder, create launchers on your user PATH, and keep user data outside the app folder so reinstalling does not wipe reports or saved session state.
| Command | Purpose |
|---|---|
asrfacet-rb | Main system launcher |
asrfrb | Short alias to the same installed tool |
Prefer using the dedicated Download Center for the cleanest installer flow.
If you are starting from the docs website directly, download one installer below. Each installer fetches only required framework files into a temporary folder (sparse checkout), keeps root README.md and LICENSE, includes only docs/images from docs, then runs the same maintained lifecycle scripts used by repository installs.
Open installer usage guide for modes, flags, and troubleshooting notes.
| Platform | Download | Start Command |
|---|---|---|
| Linux | asrfacet-rb-installer-linux.sh | bash asrfacet-rb-installer-linux.sh install |
| macOS | asrfacet-rb-installer-macos.sh | bash asrfacet-rb-installer-macos.sh install |
| Windows | asrfacet-rb-installer-windows.ps1 or asrfacet-rb-installer-windows.cmd | asrfacet-rb-installer-windows.cmd install --yes |
~/.asrfacet_rb. You can still use the repository flow (bundle install + bundle exec rake) when developing locally.
| Goal | Command | Outcome |
|---|---|---|
| Validate the framework | asrfacet-rb lab | Runs against the local practice target instead of a real system |
| Collect passive intel | asrfacet-rb passive example.com | Builds a low-noise picture before active probes |
| Full recon | asrfacet-rb scan example.com --format html | Generates a full report bundle |
| Browser-driven run | asrfacet-rb --web-session | Opens the local control panel |
