/sprig

Cross platform Arbor client, mirrored from SourceHut

Primary LanguageGoApache License 2.0Apache-2.0

sprig

Sprig is an Arbor chat client focused on mobile devices.

Try it

To give it a shot on desktop, install go 1.13+.

Then make sure you have the gio dependencies for your current OS.

Finally, run:

env GO111MODULE=on go run git.sr.ht/~whereswaldon/sprig

To run on android, clone this repo and run:

make android_install

You'll need a functional android development toolchain for that to work.