diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c653c01e639925ce426ec006758ad1f81815cd90
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# Briar GTK
+
+A simple GTK app for [Briar](https://briar.app), built with Python and GNOME Builder.
+It uses the
+[Briar REST API](https://code.briarproject.org/briar/briar/blob/master/briar-headless/README.md)
+and therefore requires Java.
+
+## Design Goals
+
+* Intuitive and simple UI, adaptive to different screen sizes (desktop and mobile devices)
+
+## License
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+[GNU Affero General Public License](LICENSE.md) for more details.