Releases: Bitveil/bluecli
Release list
v1.2.0
BlueCLI v1.2.0
A minimal, self-contained command-line client for the Sentinel decentralised VPN network: create or import a wallet, browse dVPN nodes, and route your traffic through WireGuard or V2Ray as a full tunnel — with multi-hop and on-chain session management.
What's new in this release
- Native multihop eligibility on dvpnx 9.0.0+ nodes. Nodes on the new node software declare their V2Ray transports publicly, and BlueCLI now picks that up automatically while refreshing the node list — before any paid handshake. Result: up-to-date nodes are multihop candidates immediately, even if you've never connected to them.
- Older nodes keep working. For nodes still on pre-9.0.0 software, eligibility works exactly as before: connect to them once and BlueCLI learns what they offer. The two sources combine, so the candidate pool only ever grows.
Highlights
- WireGuard and V2Ray connections, both full-tunnel
- Multi-hop V2Ray chaining (entry → exit)
- Wallet create/import (AES-GCM encrypted) with pay-per-gigabyte or per-hour sessions
- Session browsing, retry, and teardown; automatic cleanup of expired sessions
- Self-contained: bundled WireGuard / V2Ray / tun2socks — the only system requirement is Python 3.10–3.14
- No installation, no services, no telemetry; everything lives in the unpacked folder
Download
| Platform | File |
|---|---|
| Linux x86-64 | bluecli-1.2.0-linux-x64.tar.gz |
| Windows x64 | bluecli-1.2.0-windows-x64.zip |
Install
Linux
tar xzf bluecli-1.2.0-linux-x64.tar.gz
cd bluecli-linux-x64
./bluecli.shWindows — unzip and double-click bluecli.bat.
The first launch builds a local Python virtual environment inside the folder (~30 seconds, once). See the README for the full guide.
Verify your download
Each archive ships with a matching .sha256 sidecar; verify before running:
sha256sum -c bluecli-1.2.0-linux-x64.tar.gz.sha256Notes
- Requires Python 3.10–3.14 on
PATHand administrator/root (the launcher elevates for you). - Back up your 24-word mnemonic. It is the only way to recover your wallet.
- Supported platforms: Linux x86-64 and Windows x64.
Full history in the CHANGELOG.
v1.1.0
BlueCLI v1.1.0
A minimal, self-contained command-line client for the Sentinel decentralised VPN network: create or import a wallet, browse dVPN nodes, and route your traffic through WireGuard or V2Ray as a full tunnel — with multi-hop and on-chain session management.
What's new in this release
- Token ticker is now
P2P. Following the network's rebrand, every place the token is shown to you — node prices, your balance, connection and multi-hop confirmations, and funding prompts — now readsP2Pinstead ofDVPN. - Per-hour price in the node browser. The node list now shows each node's hourly price next to its per-gigabyte price, so duration-based plans are visible at a glance.
- Manual refresh in the node browser. Press
rto refresh the node list on demand. It is mutually exclusive with the automatic background refresh: if a refresh is already running you are told to wait, otherwise yours runs — the two never overlap.
Highlights
- WireGuard and V2Ray connections, both full-tunnel
- Multi-hop V2Ray chaining (entry → exit)
- Wallet create/import (AES-GCM encrypted) with pay-per-gigabyte or per-hour sessions
- Session browsing, retry, and teardown; automatic cleanup of expired sessions
- Self-contained: bundled WireGuard / V2Ray / tun2socks — the only system requirement is Python 3.10–3.14
- No installation, no services, no telemetry; everything lives in the unpacked folder
Download
| Platform | File |
|---|---|
| Linux x86-64 | bluecli-1.1.0-linux-x64.tar.gz |
| Windows x64 | bluecli-1.1.0-windows-x64.zip |
Install
Linux
tar xzf bluecli-1.1.0-linux-x64.tar.gz
cd bluecli-linux-x64
./bluecli.shWindows — unzip and double-click bluecli.bat.
The first launch builds a local Python virtual environment inside the folder (~30 seconds, once). See the README for the full guide.
Verify your download
Each archive ships with a matching .sha256 sidecar; verify before running:
sha256sum -c bluecli-1.1.0-linux-x64.tar.gz.sha256Notes
- Requires Python 3.10–3.14 on
PATHand administrator/root (the launcher elevates for you). - Back up your 24-word mnemonic. It is the only way to recover your wallet.
- Supported platforms: Linux x86-64 and Windows x64.
Full history in the CHANGELOG.
v1.0.1
BlueCLI v1.0.1
A minimal, self-contained command-line client for the Sentinel decentralised VPN network: create or import a wallet, browse dVPN nodes, and route your traffic through WireGuard or V2Ray as a full tunnel — with multi-hop and on-chain session management.
Fixed in this release
- Connection no longer fails with a false “no traffic reached the internet.” The post-connect check used to depend entirely on reaching Cloudflare (
1.1.1.1), which many networks and exit nodes block even while routing everything else — so a perfectly good node was torn down. The check now confirms the exit IP through a hostname-based fallback too, and accepts the tunnel if either path sees traffic.
Highlights
- WireGuard and V2Ray connections, both full-tunnel
- Multi-hop V2Ray chaining (entry → exit)
- Wallet create/import (AES-GCM encrypted) with pay-per-gigabyte or per-hour sessions
- Session browsing, retry, and teardown; automatic cleanup of expired sessions
- Self-contained: bundled WireGuard / V2Ray / tun2socks — the only system requirement is Python 3.10+
- No installation, no services, no telemetry; everything lives in the unpacked folder
Download
| Platform | File |
|---|---|
| Linux x86-64 | bluecli-1.0.1-linux-x64.tar.gz |
| Windows x64 | bluecli-1.0.1-windows-x64.zip |
Install
Linux
tar xzf bluecli-1.0.1-linux-x64.tar.gz
cd bluecli-linux-x64
./bluecli.shWindows — unzip and double-click bluecli.bat.
The first launch builds a local Python virtual environment inside the folder (~30 seconds, once). See the README for the full guide.
Verify your download
Each archive ships with a matching .sha256 sidecar; verify before running:
sha256sum -c bluecli-1.0.1-linux-x64.tar.gz.sha256Notes
- Requires Python 3.10+ on
PATHand administrator/root (the launcher elevates for you). - Back up your 24-word mnemonic. It is the only way to recover your wallet.
- Supported platforms: Linux x86-64 and Windows x64.
Full history in the CHANGELOG.