Natural language shell command generator.
Download the installer or package for your OS:
- Arch Linux: Download
kbind.pkg.tar.zstand install withsudo pacman -U kbind.pkg.tar.zst - Debian/Ubuntu: Download
kbind.deband install withsudo dpkg -i kbind.deb - Fedora/RHEL: Download
kbind.rpmand install withsudo rpm -i kbind.rpm - macOS (Homebrew): Use the Homebrew formula generated in the release (or download the binary)
- Windows: Use the
.zipcontaining the binary and powershell install script
Or, Download the latest binary for your OS from the Releases page.
Alternatively, build from source:
cargo install --path .# Set your API key
kbind config set-key anthropic
# Configure your shell
# For bash, add this to your ~/.bashrc
source /path/to/shell/bash.sh
# For zsh, add this to your ~/.zshrc
source /path/to/shell/zsh.shTasks completed:
- Hidden input for
config set-key - Default sane config and error messages
- Command-safety linting
--explain/-eflag ongen- Wire up
delete_keyto a CLI command - Shell integration test harness
- Packaging (GitHub Actions release workflow)
- Task 8 (
--dry-runmode for regenerate flow polish) is deferred for now as an optional nice-to-have.