Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berty/berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
https://github.com/berty/berty
android berty censorship crdt cybersecurity encryption gomobile ios ipfs libp2p messaging mobile-app monorepo offline-first orbitdb p2p privacy react-native surveillance
Last synced: 11 days ago
JSON representation
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
- Host: GitHub
- URL: https://github.com/berty/berty
- Owner: berty
- License: other
- Created: 2018-07-16T05:21:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T16:20:41.000Z (20 days ago)
- Last Synced: 2024-10-29T09:06:30.324Z (19 days ago)
- Topics: android, berty, censorship, crdt, cybersecurity, encryption, gomobile, ios, ipfs, libp2p, messaging, mobile-app, monorepo, offline-first, orbitdb, p2p, privacy, react-native, surveillance
- Language: Go
- Homepage: https://berty.tech
- Size: 256 MB
- Stars: 7,606
- Watchers: 126
- Forks: 388
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- stars - berty/berty - to-peer messaging app that works with or without internet access, cellular data or trust in the network (HarmonyOS / Windows Manager)
- Awesome - Berty - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network. (Communication and Collaboration Tools / Secure Communication)
- awesome-ccamel - berty/berty - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network (Go)
- awesome-repositories - berty/berty - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network (Go)
- awesome-starred - berty/berty - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network (react-native)
- awesome-starts - berty/berty - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network (Go)
- go-awesome - Berty - Secure peer-to-peer communication software (Open source library / Instant Messages)
- awesome-reconsidera-takeaway - Berty
- open-production-web-projects - Berty - A secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network (Go / AWS Amplify)
- awesome-hacking-lists - berty/berty - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network (Go)
- my-awesome - berty/berty - app,monorepo,offline-first,orbitdb,p2p,privacy,react-native,surveillance pushed_at:2024-11 star:7.6k fork:0.4k Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network (Go)
- StarryDivineSky - berty/berty
- awesome-homelab - Berty - to-peer messaging app that works with or without internet access, cellular data or trust in the network | (Apps / Communication)
README
Berty is an open, secure, offline-first, peer-to-peer and zero trust messaging app
---
## TLDR : Install it!
### Mobile
To use the latest released version, install it from [Google Play](https://play.google.com/store/apps/details?id=tech.berty.android)
or [Apple App Store](https://apps.apple.com/tt/app/berty/id1535500412).To compile and run the mobile application on your device, see [js/README.md](js/README.md).
### CLI
You can `go run` or `go install` the CLI tool located in `go/cmd/berty`.
The two main command line utilities are:- `berty mini`: a CLI messaging app using the Wesh Protocol.
- `berty daemon`: a full node manageable through the Wesh Protocol API.## Introduction
> **Warning**: Berty is still under active development and should not yet be used to exchange sensitive data.
**[Berty](https://berty.tech/)** is a privacy-first messaging application built on top of [the Wesh Protocol](https://berty.tech/docs/protocol/).
- *Secure and private* :
- Messages are end-to-end encrypted by default
- Metadata is kept to a minimum
- No phone number or email address is required to create an account
- Built to retain its properties even when used on adversarial networks
- *Censorship-resilient*
- Decentralized, distributed, peer-to-peer and serverless
- No internet connection is required, thanks to [BLE technology](https://en.wikipedia.org/wiki/Bluetooth_Low_Energy) and [mDNS](https://en.wikipedia.org/wiki/Multicast_DNS).
- *Open* :
- Free forever and open-source**Berty** is designed to be used as a communication tool when all other traditional messengers fail. Berty Messenger serves the following use cases:
- When you need to share sensitive information over untrusted networks, for instance while traveling
- If you want to communicate anonymously
- If you want full control over your data and thus don't want to rely on third-party servers
- In countries that actively monitor and temper with their network, restricting its use and censoring some of its contents
- In areas with weak or no connection at allBerty is currently developed by **[Berty Technologies](https://berty.tech/about)**, a French nonprofit organization.
**Note: this project is led by a small team made of humans, who make mistakes. Please do not hesitate to point out bugs or missing features.** _See the [contribute section](#contribute) below._
> We cannot promise we will offer you the best application, but we dedicate ourselves to doing our best to create a great one.
### The philosophy behind Berty
We want to contribute to a world where free and secure communications are common and fear of censorship or surveillance are not.
We believe that open-source is more secure, as anyone can examine the code and improve it: this is why we rely on and build open and free software.
As the founding team, our ultimate goal is to progressively relinquish control over Berty and to make it become a truly global community project.
More info on [berty/community](https://github.com/berty/community).
## Development Status
The current Berty implementation is using the [Wesh Protocol](https://berty.tech/docs/protocol/), which means the encryption technique is safe, and it works as a peer-to-peer app!
Alas, Berty has not yet been hardened, so please avoid using it on devices with weak sandboxes, such as unpatchable devices that use old Android versions.
The current Wesh Protocol is _partially implemented_.
The API will continue to evolve in the near future. As such, we cannot yet guarantee none-breaking changes, or any kind of API stability. Be prepared for a rough ride if you start rolling the Wesh Protocol in your application.
_[Subscribe](https://tech.us20.list-manage.com/subscribe/post?u=5ca3993c7f0b8f646dcda714b&id=4d7828715b) to our newsletter if you wish to be notified about the latest features and releases._
**Note: The repositories are being opened progressively, and there will be additional modifications and updates soon.**
## Under the hood
![Berty Messenger High Level Architecture](docs/architecture/Berty_Messenger_Architecture.jpg)
### Wesh Protocol
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/berty.tech/berty/v2/go/pkg/bertyprotocol?tab=doc)
[![Code coverage](https://codecov.io/gh/berty/berty/branch/master/graph/badge.svg?token=rBPpNHNNow&flag=go.unittests)](https://codecov.io/gh/berty/berty)The Wesh Protocol comes with a generic, but full-featured SDK allowing developers to write peer-to-peer applications. You can just focus on high-level features for your app, we will take care of the rest (encryption, identities, network routing, group management, account management, device management, application lifecycle).
The main concept of the _Wesh Protocol_ is called the "group", a virtual place where multiple devices can share messages and metadata using [OrbitDB](https://github.com/orbitdb), which itself relies on the InterPlanetary File System ([IPFS](https://en.wikipedia.org/wiki/InterPlanetary_File_System))
Get it:
```
git clone https://github.com/berty/berty
```### The Berty Messenger
[![Code coverage](https://codecov.io/gh/berty/berty/branch/master/graph/badge.svg?token=rBPpNHNNow&flag=js.unittests)](https://codecov.io/gh/berty/berty)
The Berty Messenger, or simply Berty, is a messaging application written in [React Native](https://reactnative.dev/), that uses the Wesh Protocol through [gomobile-ipfs](https://github.com/ipfs-shipyard/gomobile-ipfs), which, in turns, is using [gomobile](https://github.com/golang/mobile).
## Main items in the repo
- [./go](go): Where all the Golang code lies.
- [./go/framework/bertybridge](go/framework/bertybridge): The gomobile entrypoint.
- [./go/cmd/**berty**](go/cmd/berty): The main **Berty CLI**:
- `berty daemon`: Runs the whole Wesh Protocol instance.
- `berty mini`: Simple CLI messenger application using Wesh Protocol.
- [./go/cmd/**rdvp**](go/cmd/rdvp): A Rendez-Vous Point server.
- [./go/cmd/**welcomebot**](go/cmd/welcomebot): An onboarding bot used during the early phase.
- [./go/cmd/**testbot**](go/cmd/testbot): A bot used by integration tests and developers.
- [./js](js): Where all the Javascript/Typescript code lies:
- The **Berty Messenger** application, written in React Native.
- [./docs](docs): Mostly auto-generated documentation.## Contributing
![Contribute to Berty](https://assets.berty.tech/files/contribute-contribute_v2--Contribute-berty-ultra-light.gif)
We welcome contributions! Your input is deeply appreciated and extremely valuable to us. We thank you in advance for it.
There is no small feat: everyone is encouraged to do what they can to help, based on their ability and interest.
There are plenty of ways to get involved and to help our community, which can roughly be divided in two distinct parts: everything that is related to the code and everything that is not.
To put it simply:
- Code-related = GitHub
- Not code-related = Open a taskEverything about contribution is summed up here: [CONTRIBUTING.MD](https://github.com/berty/community/blob/master/CONTRIBUTING.md)
## Stargazers over time
[![Star History Chart](https://api.star-history.com/svg?repos=berty/berty&type=Date)](https://star-history.com/#berty/berty&Date)
## Other resources
- Official website: https://berty.tech
- Assets: https://assets.berty.tech/
- Application assets & mockups: https://assets.berty.tech/categories/app__v2.4/## Contact
For a direct contact, see our [contact page](https://berty.tech/contact) of our website. Alternatively, take a look at our [community repository](https://github.com/berty/community/).
## Licensing
© 2018-2023 [Berty Technologies](https://berty.tech)
Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)), at your discretion. See the [`COPYRIGHT`](COPYRIGHT) file for more details.