Install theDocumentation Index
Fetch the complete documentation index at: https://rendobar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
rb binary in one command, on any of the three supported platforms.
- macOS / Linux
- Windows
rb at ~/.rendobar/bin/rb (or %USERPROFILE%\.rendobar\bin\rb.exe), and adds that directory to your PATH.
Open a new shell, then:
rb doctor runs eight checks: version vs latest, install method, OS/arch, update cache, API reachability, auth, macOS quarantine, GitHub rate limit.
Pin a version
Reproducible installs (CI, Dockerfile, provisioning) require a pinned tag:vMAJOR.MINOR.PATCH. See releases for every published tag.
Inspect before piping to a shell
Both installers are POSIXsh / PowerShell 5+, source-visible, no bash-isms:
To read first:
Update
~/.rendobar/update.log.
In dev mode (bun run), rb update prints the install command instead of self-replacing.
Verify build provenance
Every release ships with a build provenance attestation signed by GitHub’s OIDC issuer:Uninstall
- macOS / Linux
- Windows
RENDOBAR_PURGE=1 to also wipe ~/.rendobar/ (update cache + log).
Environment variables
| Variable | Used by | Default | Purpose |
|---|---|---|---|
RENDOBAR_VERSION | install | latest stable | Pin to a release tag (e.g. v1.0.0) |
RENDOBAR_INSTALL_DIR | install + uninstall | $HOME/.rendobar/bin | Binary directory |
RENDOBAR_CONFIG_DIR | uninstall | $HOME/.rendobar | Cache directory cleaned by RENDOBAR_PURGE=1 |
RENDOBAR_NO_MODIFY_PATH | install + uninstall | unset | If 1, skip touching shell rc / user PATH |
RENDOBAR_GITHUB_TOKEN | install | unset | Lift GitHub’s 60/hr unauth rate limit. Falls back to GITHUB_TOKEN |
RENDOBAR_PURGE | uninstall | unset | If 1, also delete the cache directory |
RENDOBAR_API_KEY | runtime | unset | Auth for non-interactive use. See Authentication |
RENDOBAR_API_URL | runtime | https://api.rendobar.com | Override the API host |