Difference between revisions of "Main Page"

From Bitmessage Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
|latest release date=November 27, 2012
 
|latest release date=November 27, 2012
 
}}
 
}}
Bitmessage is a secure communications [[Protocol specification|protocol]] for use between individuals or for broadcasting information using an authenticated identity. It is decentralized and trustless, meaning that you need-not inherently trust any entities, like root certificate authorities. It also aims to hide "call detail" information, like the sender and receiver of messages, from eavesdroppers.
+
Bitmessage is a secure P2P communications [[Protocol specification|protocol]] used to send messages to another person or to many people. It is decentralized and trustless, meaning that you need-not inherently trust any entities, like root certificate authorities. It also aims to hide "call detail" information, like the sender and receiver of messages, from eavesdroppers.
  
 
=== Download ===
 
=== Download ===
 
An open source client, PyBitmessage, is available for free under the very liberal [http://opensource.org/licenses/mit-license.php MIT license].
 
An open source client, PyBitmessage, is available for free under the very liberal [http://opensource.org/licenses/mit-license.php MIT license].
  
[[File:32px-Download.png]] Download for Windows
+
[[File:32px-Download.png|link=http://bitmessage.org/download]] Download for Windows
  
Or download the Python [https://github.com/Bitmessage/PyBitmessage source on Github] and run it directly.
+
=== View source code ===
 +
You may view the Python [https://github.com/Bitmessage/PyBitmessage source code on Github] and run it directly. PyBitmessage requires PyQt. Step-by-step instructions on how to run the source code on Windows is [[Compiling instructions|available here]].
 +
 
 +
Patches are welcome as are security audits.

Revision as of 18:00, 20 November 2012

http://bitmessage.org/download/
Current version (Beta)

{{{version}}}
November 27, 2012
Changelog

Bitmessagelogo-reduced.png
Bitmessage

Bitmessage is a secure P2P communications protocol used to send messages to another person or to many people. It is decentralized and trustless, meaning that you need-not inherently trust any entities, like root certificate authorities. It also aims to hide "call detail" information, like the sender and receiver of messages, from eavesdroppers.

Download

An open source client, PyBitmessage, is available for free under the very liberal MIT license.

32px-Download.png Download for Windows

View source code

You may view the Python source code on Github and run it directly. PyBitmessage requires PyQt. Step-by-step instructions on how to run the source code on Windows is available here.

Patches are welcome as are security audits.