Skip to content

michelvankessel/PyBitmessage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBitmessage

Bitmessage is a P2P communication protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication, which means that the sender of a message cannot be spoofed. BM aims to hide metadata from passive eavesdroppers like those ongoing warrantless wiretapping programs. Hence the sender and receiver of Bitmessages stay anonymous.

Requirements

  • Python 3.13+ (required)
  • uv (strongly recommended for dependency management)
  • PyQt6 (for GUI)
  • OpenSSL 3.x (compatible)

See INSTALL.md for detailed installation instructions.

Development

Bitmessage is a collaborative project. You are welcome to submit pull requests although if you plan to put a non-trivial amount of work into coding new features, it is recommended that you first describe your ideas in the separate issue.

Feel welcome to join chan "bitmessage", BM-2cWy7cvHoq3f1rYMerRJp8PT653jjSuEdY

Running Tests

uv run tests.py

References

About

Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
COPYING

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 91.1%
  • kvlang 6.1%
  • Shell 1.6%
  • Dockerfile 0.5%
  • C 0.4%
  • C++ 0.2%
  • Other 0.1%