this is the main cwtch gui with the pretty interface
Go to file
Sarah Jamie Lewis 611506633c Automatically Peer with Contacts 2019-02-14 11:30:31 -08:00
android merge 2019-02-13 18:53:36 -08:00
go Automatically Peer with Contacts 2019-02-14 11:30:31 -08:00
linux use bundled tor code for desktop, updated bundled tor to 0.3.5.7. update android readme 2019-02-14 10:57:44 -08:00
qml Unknown Peers now Appear in Contact List 2019-02-14 09:54:44 -08:00
.gitignore Cleanup 2019-02-12 20:10:46 -08:00
LICENSE Add 'LICENSE' 2019-02-14 07:08:02 +00:00
README.md use bundled tor code for desktop, updated bundled tor to 0.3.5.7. update android readme 2019-02-14 10:57:44 -08:00
main.go use bundled tor code for desktop, updated bundled tor to 0.3.5.7. update android readme 2019-02-14 10:57:44 -08:00

README.md

Cwtch - UI

This codebase provides a graphical user interface for Desktop and Android for Cwtch: Privacy Preserving Infrastructure for Asynchronous, Decentralized and Metadata Resistant Applications

Security

Cwtch is an experimental concept and prototype. We do not recommend you use Cwtch today if you require secure communication. At least, not yet.

If you discover a security issue, please log an issue above, or email team@cwtch.im.

Compiling & Running

This code relies on therecipe/qt before getting started consult the Installation and Getting Started documentation to get that up and running. It will make building this much easier.

Desktop

qtdeploy build desktop
./deploy/linux/ui.sh -local -debug 2>&1 | grep -v 'Detected anchors on an item that is managed by a layout.'

The -local and -debug flags are helpful when developing.

Android

We supply an arm-pie version of tor in android/libs/armeabi-v7a with the name libtor.so

qtdeploy -docker build android
adb install deploy/android/build-debug.apk