Installation
Bible CLI releases are single-binary archives for macOS and Linux on AMD64 and ARM64. Downloads include checksums for verification and do not require a GitHub account.
Download a release
- Open the latest release.
- Download the archive that matches your operating system and architecture.
- Verify the archive against
checksums.txt, then extract it and putbibleon yourPATH.
See the repository's full installation guide for platform-specific commands, source builds, and checksum verification.
Confirm the installation
console
$ bible version
$ bible read "John 3:16"Shell completion
Generate completion scripts directly from the installed binary:
console
bible completion bash
bible completion zsh
bible completion fish
bible completion powershellThe installation guide has setup instructions for each shell.