nightly 2026-01-25 09:21:49
Usage
Prerequisites
Bash 3.0+ and basic POSIX utilities are required.
Download ble-nightly.tar.xz (2026-01-25 09:21:49)
Link kept updated for every nightly build:
https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly.tar.xz
Permalink to the current nightly build:
https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly-20260125+32bb63d.tar.xz
# DOWNLOAD with wget
wget https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly.tar.xz
# DOWNLOAD with curl
curl -LO https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly.tar.xz
# DOWNLOAD with wget (this specific nightly build)
wget https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly-20260125+32bb63d.tar.xz
# DOWNLOAD with curl (this specific nightly build)
curl -LO https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly-20260125+32bb63d.tar.xz
Trial & Install
# TRIAL
tar xJf ble-nightly.tar.xz
source ble-nightly/ble.sh
# INSTALL (quick)
tar xJf ble-nightly.tar.xz
bash ble-nightly/ble.sh --install ~/.local/share
echo 'source ~/.local/share/blesh' >> ~/.bashrc
# Note: After installation, directory ble-nightly can be removed.
# INSTALL (more robust)
tar xJf ble-nightly.tar.xz
bash ble-nightly/ble.sh --install ~/.local/share
# Add the following line near the top of ~/.bashrc
[[ $- == *i* ]] && source ~/.local/share/blesh/ble.sh --attach=none
# Add the following line at the end of ~/.bashrc
[[ ! ${BLE_VERSION-} ]] || ble-attach
# Note: After installation, directory ble-nightly can be removed.
[!NOTE] Old versions: If you try to install
ble-nightly-20240223+8f0dfe9or an older version, please directly copy or rename the extracted directory to~/.local/share/blesh. The option--installis not implemented.