For those looking for a no-censorship-ever-of-any-kind alternative, consider Status:<p><a href="https://status.im/get/" rel="nofollow">https://status.im/get/</a><p>If you don't need or want a crypto wallet or dapp browser, then simply don't use those parts of the app.<p>Relevant specs:<p><a href="https://specs.status.im/" rel="nofollow">https://specs.status.im/</a><p><a href="https://rfc.vac.dev/" rel="nofollow">https://rfc.vac.dev/</a><p>Relevant repos:<p><a href="https://github.com/status-im/status-react" rel="nofollow">https://github.com/status-im/status-react</a><p><a href="https://github.com/status-im/status-desktop" rel="nofollow">https://github.com/status-im/status-desktop</a><p>There are trade-offs, for sure: since there's (deliberately) no integration with contact lists (address books) of the OS or other apps, your social circle probably isn't using the app already, or in any case isn't discoverable.<p>The public chats facility has turned out to be too spam-prone for "well known" / advertised chats, e.g. #status. However, if you create a public chat that has some unguessable component (e.g. #myfriends-a9e72ab5) and you share it with friends (even lots) in a reasonably private context, then the chances of it being spammed or randomly joined are quite low. Note that public chats, while "public", are still E2EE, using a chat's name as the basis for a symmetric key.<p>1-to-1 and private group chats are highly secure; the latter have a max size, and depending on their size and your device, sending messages can be a little slow.<p>Creating a robust alternative to the existing public chats facility has involved a <i>lot</i> of work: the forthcoming <i>Communities</i> feature provides a discord-like facility whereby founders/admins of communities can take advantage of various mechanisms for moderation and governing membership. The Communities feature can already be enabled in advanced preferences of both mobile and desktop apps, but note it's a WIP.<p>The moderation mechanisms for Communities don't undermine the no-censorship principle of Status because:<p>(1) Any user can create a community.<p>(2) A community's rules are managed by those with a stake in the community: there's no override by Status-the-org nor anyone else.<p>(3) The underlying nodes of the network form a decentralized p2p network, i.e. there's no central actor/authority that controls the flow of messages.<p>Re: (3), running a Status node should be simple and incentivized.<p>The "incentivized" aspect is a challenging problem and not solved yet. Long story short, engineering an incentivized decentralized messaging network <i>(it's not a blockchain!)</i> is harder than incentivizing a blockchain network.<p>That being said, the "simple" aspect isn't too difficult to solve, sneak peek:<p><a href="https://github.com/status-im/status-node" rel="nofollow">https://github.com/status-im/status-node</a><p>Finally, with pertinent laws and regulations in flux across the globe, there <i>could</i> come a day when binaries aren't readily available (from app stores, GitHub, etc.), but thankfully there's always `git clone` and `make`.<p>Disclosure: I'm a core contributor at Status.