Skip to main content

A Python CLI port of bitchat: serverless peer-to-peer public chat over a Bluetooth LE mesh, wire-compatible with the bitchat app (text + image/voice/file media).

Project description

bitchat-cli

Serverless, peer-to-peer chat over a Bluetooth LE mesh — right in your terminal.

Wire-compatible with the bitchat app for public chat: exchange text, images, voice notes, and files one hop with a real bitchat phone in range.

PyPI version Python versions GitHub stars Publish Latest release License: GPL-3.0 Platforms PRs welcome

bitchat-cli terminal UI

✨ Features

  • 🛰️ Serverless & decentralized — no internet, accounts, or servers. Just Bluetooth.
  • 📡 Talks to the real app — interoperates with bitchat on iOS/Android for public/broadcast chat.
  • 🖼️ Media support — send and receive images, voice notes, and files (/send <path>); received media is saved to ~/.bitchat/downloads/ and opened automatically.
  • 🔐 Signed messages — every packet is Ed25519-signed, matching the format the app requires.
  • 🎨 Themed terminal UI — timestamps, a stable color per peer, and clear status glyphs. Honors NO_COLOR.
  • 🐍 Pure Python — built on bleak, runs on Linux, macOS, and Windows.

📦 Installation

Requires Python 3.8+ and a working Bluetooth LE adapter.

From PyPI (recommended):

pip install bitchat-cli

From source:

git clone https://github.com/dearabhin/bitchat-cli.git
cd bitchat-cli
pip install -e .

🚀 Usage

Once installed, launch it from anywhere:

bitchat          # or: bitchat-cli

From a source checkout you can also run python -m bitchat_cli.

It immediately starts scanning for nearby bitchat peers, connects to any in range, and broadcasts whatever you type. Type a message and press Enter to send it publicly.

💬 Commands

Command Description
<message> Any text not starting with / is broadcast publicly to peers.
/send <path> Send an image, voice note, or file to peers (alias: /file).
/w List known peers (peer ID → nickname).
/name <nickname> Change your nickname and re-announce.
/clear Clear the screen.
/help Show the list of available commands.

🔧 How it works

bitchat-cli uses bleak as a BLE central that discovers, connects to, and exchanges packets with real bitchat peers in range. It implements bitchat's binary wire protocol — announce / leave / public-message / file-transfer packets, PKCS#7 padding, fragment reassembly, and Ed25519 packet signing — so it can take part in public chat with the official app.

[!NOTE] Scope & limitations. Only public/broadcast chat is supported. Private (Noise-encrypted) messaging, multi-hop mesh relaying, and advertising as a BLE peripheral are not implemented — bleak is central-only, so this client works one hop with peers it is connected to and is not itself discoverable when idle.

🧪 Protocol self-test

Verify the wire-protocol implementation without any Bluetooth hardware (needs only cryptography):

python selftest.py

Run it from a source checkout — it imports the bitchat_cli package and covers packet encode/decode, signatures, fragmentation, and the media file format.

🤝 Contributing

Contributions are welcome!

  1. Fork the repository and clone your fork.
  2. Install in editable mode: pip install -e .
  3. Create a branch, make your change, and run python selftest.py.
  4. Open a Pull Request with a clear description.

🙌 Credits

An independent Python port of bitchat — the serverless BLE-mesh chat app. All the wire-format credit belongs to the upstream project; this CLI just speaks its language.

📄 License

Released under the GNU GPL-3.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bitchat_cli-0.2.3.tar.gz (35.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bitchat_cli-0.2.3-py3-none-any.whl (36.1 kB view details)

Uploaded Python 3

File details

Details for the file bitchat_cli-0.2.3.tar.gz.

File metadata

  • Download URL: bitchat_cli-0.2.3.tar.gz
  • Upload date:
  • Size: 35.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bitchat_cli-0.2.3.tar.gz
Algorithm Hash digest
SHA256 67c6c5842bc9cd459b5bfab7eb5d308f34f8eead7bde55bdffebb5758bbf7dde
MD5 65e387c874bc68b791fce14f763d1cc1
BLAKE2b-256 aa4c218fbe66469ff633fc0f1f51976cc83d4355c1f99a648dc5d489d05e4cda

See more details on using hashes here.

Provenance

The following attestation bundles were made for bitchat_cli-0.2.3.tar.gz:

Publisher: publish.yml on dearabhin/bitchat-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bitchat_cli-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: bitchat_cli-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 36.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bitchat_cli-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 48505df3a5f7462702527e766d1eba3616a2580a2c5b87cc935ce674d2d296ec
MD5 dccb4966331660c13aaf44e1e0778a37
BLAKE2b-256 da429e1d5436abbde977b997be60641644c3bb13df5547e9c9357cc22610da18

See more details on using hashes here.

Provenance

The following attestation bundles were made for bitchat_cli-0.2.3-py3-none-any.whl:

Publisher: publish.yml on dearabhin/bitchat-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page