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 f36f99456b
Update Readme.md
2024-01-03 21:44:31 +01:00
.github/workflows Change wl-clipboard to meson build system in flatpak and build aarch64 2023-12-30 04:48:30 +01:00
agent Fix fido2 login when no pin is set 2023-12-31 12:50:48 +01:00
autotype Add prototype GTK UI 2023-12-23 07:18:30 +01:00
browserbiometrics Improve browserbiometrics setup 2023-12-30 21:00:36 +01:00
client Move daemon and ssh socket paths 2023-12-30 18:53:44 +01:00
cmd Move daemon and ssh socket paths 2023-12-30 18:53:44 +01:00
ipc Move daemon and ssh socket paths 2023-12-30 18:53:44 +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 'never' sync not being detected in some timezones 2023-12-30 19:53:20 +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 Fix pkgbuild 2023-12-30 21:17:02 +01:00
Readme.md Update Readme.md 2024-01-03 21:44:31 +01:00
com.quexten.Goldwarden.yml Change wl-clipboard to meson build system in flatpak and build aarch64 2023-12-30 04:48:30 +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 Move daemon and ssh socket paths 2023-12-30 18:53:44 +01:00

Readme.md

Goldwarden

Goldwarden is a Bitwarden compatible desktop client. 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...?

The aim is not to replace the official clients, but to complement by implementing the missing features.

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

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

Download 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.

NixOS

https://github.com/NixOS/nixpkgs/pull/278362

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.