bibliophilarr
v1.0.0
Published
Bibliophilarr launcher that downloads and runs platform binaries from GitHub Releases
Downloads
125
Maintainers
Readme
bibliophilarr (npm launcher)
This package installs a bibliophilarr command that downloads the matching platform binary from Bibliophilarr GitHub Releases and launches it.
Install
npm install -g bibliophilarrRun
bibliophilarrOptions
Pass arguments directly to the Bibliophilarr binary:
bibliophilarr --helpEnvironment Variables
| Variable | Default | Description |
|---|---|---|
| BIBLIOPHILARR_OWNER | Swartdraak | GitHub repository owner |
| BIBLIOPHILARR_REPO | Bibliophilarr | GitHub repository name |
| BIBLIOPHILARR_VERSION | latest | Release tag to download (e.g. v1.0.0) |
Cache
The launcher caches downloaded binaries under ~/.cache/bibliophilarr. To force a fresh download, delete this directory:
rm -rf ~/.cache/bibliophilarrTroubleshooting
- Permission denied on Linux/macOS: The launcher sets execute permissions automatically. If you see permission errors, verify the cache directory is writable:
ls -la ~/.cache/bibliophilarr. - Binary not found for your platform: The launcher maps
process.platformandprocess.archto release asset names. If no match is found, check that a release asset exists for your platform at the releases page. - Network errors: The launcher downloads from GitHub Releases. Ensure you have internet access and are not behind a proxy that blocks GitHub. For private networks, set
https_proxyas needed. - Wrong version running: Delete the cache directory and re-run to download the correct version.
Links
- Bibliophilarr Repository
- QUICKSTART.md — Development setup guide
- CONTRIBUTING.md — Contribution guidelines
