README.md 3.82 KiB
Briar GTK
Warning: This is still in a very early state and should be considered as prototype.
A simple GTK app for Briar, built with Python and GNOME Builder. It uses the Briar REST API and therefore requires Java.
Installation
So far, there is no official installation method and you have to build it from source.
Developers
The easiest and most convenient way is to build briar-gtk using Builder. In Builder, click "Clone Repository" at the bottom and enter the URL to this Git project.
You can also call this:
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak-builder builddir --install-deps-from=flathub --user --install --force-clean --ccache app.briar.gtk.json
flatpak run app.briar.gtk