Goldwarden è un client desktop compatibile con Bitwarden e Vaultwarden. Si concentra sulla fornitura di utili funzionalità desktop che gli strumenti ufficiali non hanno (ancora) o non sono disposti ad aggiungere (ad esempio, perché le integrazioni non sono abbastanza mature per un'ampia base di utenti) e di misure di sicurezza migliorate che altri strumenti non forniscono. https://vaultwarden.devol.it
Go to file
Bernd Schoolmann 07af838754
Update PKGBUILD
2023-12-28 14:08:01 +01:00
.github/workflows Fix flatpak build 2023-12-27 03:50:39 +01:00
agent Re-enable dumping prevention 2023-12-28 13:42:54 +01:00
autotype Add prototype GTK UI 2023-12-23 07:18:30 +01:00
browserbiometrics Disable browserbiometrics debug logging 2023-12-26 21:47:03 +01:00
client Refactor ipc 2023-09-20 03:05:44 +02:00
cmd Move config file 2023-12-28 13:41:07 +01:00
ipc Improve UI 2023-12-28 01:10:17 +01:00
logging Add more env variables 2023-08-21 18:37:34 +02:00
resources Update polkit policy 2023-09-19 22:29:21 +02:00
ui Fix missing ui library 2023-12-28 14:07:29 +01:00
.gitignore Update flatpak 2023-12-26 22:58:24 +01:00
LICENSE Initial commit 2023-07-17 03:23:26 +02:00
PKGBUILD Update PKGBUILD 2023-12-28 14:08:01 +01:00
Readme.md Update Readme.md 2023-12-28 10:58:46 +01:00
com.quexten.Goldwarden.yml Update com.quexten.Goldwarden.yml 2023-12-28 13:56:46 +01:00
go.mod Update go mod 2023-12-23 14:28:05 +01:00
go.sum Update go mod 2023-12-23 14:25:25 +01:00
main.go Fix biometrics integration on chromium-based browsers 2023-12-23 08:54:41 +01:00

Readme.md

Goldwarden

Goldwarden is a Bitwarden compatible desktop integration written in Go. It focuses on providing useful desktop features that the official tools do not (yet) have or are not willing to add, and enhanced security measures that other tools do not provide, such as:

  • Support for SSH Agent (Git signing and SSH login)
  • System wide autotype (Gnome, KDE only for now)
  • Biometric authentication (via Polkit) for each credential access
  • Implements Bitwarden browser-extension biometrics on Linux
  • Support for injecting environment variables into the environment of a cli command
  • Vault content is held encrypted in memory and only briefly decrypted when needed
  • Kernel level memory protection for keys (via the memguard library)
  • Additional measures to protect against memory dumps
  • Passwordless login (Both logging in, and approving logins)
  • Fido2 (Webauthn) support
  • more to come...?

Requirements

Right now, Goldwarden is only tested on Linux. Somewhat feature-stripped builds for Mac and Windows are available too, but untested. Autotype is currently implemented via the remotedesktop portal. This is supported on KDE and Gnome, but not yet on wl-root based environments.

Installation

Flatpak (WIP)

There is a flatpak that includes a small UI, autotype functionality and autostarting of the daemon. Not yet on flathub

CLI

Arch (AUR)

On Arch linux, or other distributions with access to the AUR, simply:

yay -S goldwarden

should be enough to install goldwarden on your system.

Deb / RPM

For deb/rpm, download the deb/rpm from the latest release on GitHub and install it using your package manager.

Github Binary Releases

On other distributions, Mac and Windows, you can download it from the latest release on GitHub and put it into a location you want to have it in, f.e /usr/bin.

Compiling

Alternatively, you can build it yourself.

go install github.com/quexten/goldwarden@latest

Setup and Usage

To get started, follow the instructions provided in the wiki https://github.com/quexten/goldwarden/wiki/Getting-Started. For instructions on specific features, also consult the wiki page for the feature.