Newer
Older
<!DOCTYPE html>
<html>
<head>
<title>Briar - Secure P2P Messenger Releases First Version, Receives New Funding</title>
<meta charset="utf-8" />
<meta name="description" content="Secure messaging, anywhere"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="../css/styles.css" />
</head>
<div id="wrapper">
<div id="header_container">
<div id="header">
<a href="../index.html"><div id="logo"><img src="../img/briar_logo_large.png" alt="Briar" class="logo"/></div></a>
<div id="nav">
<div id="signup">
<div id="twitter">
<a href="https://twitter.com/BriarApp" target="_blank" rel="noopener noreferrer"><img class="twitterbutton" src="../img/twitter.png"/></a>
</div> <!-- twitter -->
<form id="signupform" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm()">
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<input placeholder="Email address" type="email" name="email" tabindex="2"></input>
<button name="submit" type="submit" id="signup-submit">Keep me updated</button>
</form>
<div id="signupconf">Thanks! We'll keep you updated.</div>
<script language="JavaScript">
<!--
function submitForm(){
document.getElementById('signupform').style.display = 'none';
document.getElementById('signupconf').style.display = 'block';
return true;
}
//-->
</script>
</div> <!-- signup -->
<label for="menu-toggle"><img src="../img/menu.png"></label>
<input type="checkbox" id="menu-toggle"/>
<ul id="menu">
<li><a href="../index.html" id="indexnav">Home</a></li>
<li><a href="../download.html" id="downloadnav">Download</a></li>
<li><a href="../how-it-works.html" id="hownav">How it Works</a></li>
<li><a href="../about.html" id="aboutnav">About Us</a></li>
<li><a href="../get-involved.html" id="involvednav">Get Involved</a></li>
</ul>
</div> <!-- nav -->
</div> <!-- header -->
</div> <!-- header_container -->
<div id="container">
<div id="content" class="news">
<h3>Press Release</h3>
<h2>Secure P2P Messenger Releases First Version, Receives New Funding</h2>
<h5>May 9 2018</h5>
<p>
The peer-to-peer messenger Briar released its first stable version today.
It is available for Android devices from
<a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" rel="noopener noreferrer">Google Play</a> or
<a href="../fdroid.html">F-Droid</a>.
This release follows a <a href="2017-beta-released-security-audit.html">security audit</a>
and a 10 month public beta period during which many bugs were fixed and lots of feedback was received.
The Briar Project wishes to thank all beta testers for their contributions.
</p>
<p>
The development of Briar will continue with help from the <a href="https://www.opentech.fund/" rel="noopener noreferrer">Open Technology Fund</a>,
which has previously supported the project as part of its mission to promote internet freedom worldwide.
New features planned for 2018 aim to address the most urgent needs of the community.
They include the ability to add contacts remotely without first verifying identities in person.
Also planned are image attachments for messages and improved battery life.
During this work, the Briar team will also lay the groundwork for an eventual desktop client.
</p>
<p>
Lots of people have asked for an iOS version of Briar,
but bringing the P2P messenger to the iPhone is challenging,
because Apple <a href="https://code.briarproject.org/briar/briar/issues/445">does not allow long-lived network connections</a>
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
in the background which are needed for P2P messaging.
</p>
<p>
The German <a href="https://prototypefund.de/" rel="noopener noreferrer">Prototype Fund</a> is supporting Briar
in developing <a href="https://code.briarproject.org/goapunk/briar-repeater/tree/master#briar-repeater">a feature</a>
that will allow users to send each other messages even if they are not online at the same time.
This will increase users' reachability and further improve battery life.
</p>
<h3>Media</h3>
<div id="screenshots">
<a href="../raw/screenshots/00_password.png"><img src="../raw/screenshots/00_password.png"/></a>
<a href="../raw/screenshots/01_nav_drawer.png"><img src="../raw/screenshots/01_nav_drawer.png"/></a>
<a href="../raw/screenshots/02_contact_list.png"><img src="../raw/screenshots/02_contact_list.png"/></a>
<a href="../raw/screenshots/03_private_messages.png"><img src="../raw/screenshots/03_private_messages.png"/></a>
<a href="../raw/screenshots/04_private_group.png"><img src="../raw/screenshots/04_private_group.png"/></a>
<a href="../raw/screenshots/05_blog.png"><img src="../raw/screenshots/05_blog.png"/></a>
<a href="../raw/screenshots/06_forum.png"><img src="../raw/screenshots/06_forum.png"/></a>
</div>
<h4>Simplified Architecture</h4>
<img src="../img/architecture-simple.png" style="width:100%;"/>
<h4>Offline Messaging</h4>
<img src="../img/repeater.png" style="width:100%;"/>
<h3>About Briar</h3>
<p>
Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate.
Unlike traditional messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices.
If the internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis.
If the internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance.
</p>
<p>
Briar has received funding from <a href="https://smallmedia.org.uk">Small Media</a>,
the <a href="https://openitp.org/">Open Internet Tools Project</a>,
<a href="https://accessnow.org/">Access</a>
and the <a href="https://www.opentech.fund">Open Technology Fund</a>.
</p>
<h3>Contact</h3>
<p>Torsten Grote <<a href="mailto:t@grobox.de">t@grobox.de</a>> [<a href="https://grobox.de/gpg/0x74DCA8A36C52F833.asc">PGP key</a>]</p>
<p>Michael Rogers <<a href="mailto:contact@briarproject.org">contact@briarproject.org</a>> [<a href="../keys/contact.asc">PGP key</a>]</p>
<p><a href="https://twitter.com/BriarApp">@BriarApp</a></p>
</div>
</div> <!-- container -->
</div> <!-- wrapper -->
<div class="clearboth"></div>
<div id="footer_container">
<div id="footer">
<div id="signup2">
<div id="twitter2">
<a href="https://twitter.com/BriarApp" target="_blank" rel="noopener noreferrer"><img class="twitterbutton" src="../img/twitter.png"/></a>
<form id="signupform2" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm2()">
<input placeholder="Email address" type="email" name="email" tabindex="2"></input>
<button name="submit" type="submit" id="signup-submit2">Keep me updated</button>
</form>
<div id="signupconf2">Thanks! We'll keep you updated.</div>
<script language="JavaScript">
<!--
function submitForm2(){
document.getElementById('signupform2').style.display = 'none';
document.getElementById('signupconf2').style.display = 'block';
return true;
}
//-->
</script>
</div> <!-- signup2 -->
<ul>
<li><a href="../copyright.html">Copyright</a></li>
<li><a href="../privacy.html">Privacy</a></li>
<li>Site design by Reflective Spaces</li>
</ul>
</div> <!-- footer -->
</div> <!-- footer_container -->
</body>
</html>