~eliasnaur/scatter

Scatter implements the Signal protocol on federated email
README.md: note that the project is no longer maintained
go.*,cmd/scatter: upgrade to newest Gio
update to latest Gio version

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~eliasnaur/scatter
read/write
git@git.sr.ht:~eliasnaur/scatter

You can also use your local clone with git send-email.

#Scatter

Scatter implements the Signal protocol over federated email.

Very early version to be presented at my Gophercon 2019 talk about Gio.

#App Store versions

Android Beta in the Play Store.

iOS Beta in TestFlight.

#Running Scatter

See the Gio guide for a setup guide for your platform. Then

$ GO111MODULE=on go run scatter.im/cmd/scatter

for Linux, macOS or Windows. For iOS and Android

$ go run gioui.org/cmd/gogio -target <android|ios> scatter.im/cmd/scatter

#Status

The project is no longer actively developed, and is provided in hope it will be useful to others. For mature implementation of similar ideas, take a look at Delta. For a maintained implementation of a chat program in Gio, see Arbor.