Introducing a Graphical User Interface for Gopass

March 27, 2019 • Security

Gopass is “the slightly more awesome standard unix password manager for teams”. It combines the powers of Git and GPG and therefor it’s purely command line based. That’s great, don’t get me wrong. However, non-technical people in teams also need access to lots of credentials.

For this target group and all the GUI-lovers out there, we’ve built Gopass UI in our “OffProject time” at codecentric. If you are curious and lack a detailled introduction into Gopass, feel free to checkout my blog article about Gopass on the magnificent codecentric blog.

Welcome to Gopass UI

My colleague Matthias Rütten and me started to face the challenge to build a simple UI for Gopass when working together in a large cross-functional team. Command line gurus usually fall in love with Gopass. Not so CLI-oriented people on the other side have a hard time setting it up, configuring it and using it. But if you’re not familiar with command lines at all, teams still need UIs. This was our motivation behind Gopass UI.

Gopass UI logo

Gopass UI is available for MacOS, Linux (.rpm, .deb, gentoo) and Windows at the time of writing this blog post. It is written in TypeScript and uses Electron, React and Redux. So under the hood it is just a web application living inside a Chromium browser that connects to a Node.js backend for its system calls. The only pre-requisite before using it is to have Gopass itself installed and configured. So get yourself the latest release and install it. We are happy that the maintainers of Gopass even let us mention Gopass UI in the “Download a GUI” section of their setup docs.

Please let us know what you think about it. Of course you are also invited to contribute to the project with us.

GIF demonstrating core features of Gopass UI