Prose macOS application. Built in Swift / SwiftUI.
The Prose project was originally announced in a blog post: Introducing Prose, Decentralized Team Messaging in an Era of Centralized SaaS. This project is the macOS implementation of the Prose app.
Copyright 2022, Prose Foundation - Released under the Mozilla Public License 2.0.
Tested at Swift version: 5.5.2
and Xcode version: 13.2
.
The Prose macOS app consists mostly of SwiftUI views, bound to core libraries, the client and the views, that are common to all platforms Prose runs on.
The app uses the core client library to connect to XMPP. It calls programmatic methods in order to interact with its internal database and the network. It binds as well to an event bus to receive network events, or update events from the store. Messages are shown in their own view, which is provided by the core views library.
This decoupling makes things extremely clean, and enables common code sharing between platforms (eg. macOS, iOS, etc.).
👉 The Prose macOS app reference design can be found there.
Licensing information can be found in the LICENSE.md document.
If you find a vulnerability in any Prose system, you are more than welcome to report it directly to Prose Security by sending an encrypted email to [email protected]. Do not report vulnerabilities in public GitHub issues, as they may be exploited by malicious people to target production systems running an unpatched version.