1
0
Fork
You've already forked bitritter
0
forked from Chfkch/bitritter
Simple GTK app (Relm4 framework) to interact with Bitwarden/Vaultwarden vaults. Aimed at Linux mobile devices, but works on Desktop too. Maybe it works on other platforms as well, but they are not tested/maintained.
  • Rust 98%
  • Nix 2%
2024年10月01日 13:20:57 +02:00
.forgejo/workflows added aarch64-gcc 2024年03月28日 15:00:23 +01:00
migrations Account creation now works with database 2024年04月16日 14:12:14 +02:00
src Do not use markup in the ListItems 2024年08月26日 21:53:22 +02:00
.env renamed Account to Vault; introduction of database 2024年04月16日 14:12:14 +02:00
.gitignore better packaging for nix, but lose some LSP stuff 2024年04月28日 10:34:50 +02:00
bitritter.desktop add XDG .desktop file for launchers 2024年04月01日 16:36:33 -07:00
build.rs Account creation now works with database 2024年04月16日 14:12:14 +02:00
Cargo.lock update dependencies 2024年08月23日 14:32:14 +02:00
Cargo.toml Hacky way to fix Bitwarden public logins 2024年05月31日 16:29:01 +02:00
credentials-example.toml basic project setup 2024年03月21日 10:32:06 +01:00
default.nix better packaging for nix, but lose some LSP stuff 2024年04月28日 10:34:50 +02:00
dev.bitritter.app.metainfo.xml AppStream metadata file first draft 2024年10月01日 13:20:57 +02:00
flake.lock better packaging for nix, but lose some LSP stuff 2024年04月28日 10:34:50 +02:00
flake.nix better packaging for nix, but lose some LSP stuff 2024年04月28日 10:34:50 +02:00
icons.toml First introduction of list Filter/Search 2024年05月02日 12:57:25 +02:00
LICENSE Initial commit 2024年03月21日 09:27:51 +00:00
README.md TOTP is working since 9973a4814d so update README 2024年08月23日 15:35:04 +02:00
shell.nix better packaging for nix, but lose some LSP stuff 2024年04月28日 10:34:50 +02:00

About this app

Motivation

This app started as a hobby project, since i am interested in testing out Linux phones as a daily driver and found it difficult to use, because most of my online accounts are protected by long and complicated passwords stored in my Vaultwarden instance. Since Bitwarden itself as a company has other priorities right now than to provide a mobile Linux client, i tried to build one on my own.

Name

Bitritter is a combination of Bitwarden, which the client aims to be compatilble with and the german word Ritter, which means knight.

Installation

Manual installation

Right now the only way to install is to clone this repository and compile it yourself. Usually it can be done via

 cargo build --release

with cargo installed (usually via rustup). A binary named bitritter should then appear in the target/release/ directory.

Installation via package manager

PostMarketOS

The app is in the testing repositories of Alpine already, so if you have that enabled, just use

 apk add bitritter

usually with root permissions.

NixOS

coming soon

Other

Help appreciated with formats like Mobian, Flatpak etc.

Usage

  • Add a vault via the Menu or the button (button is available when no vault has been added).
  • Use the password prompt to login to and unlock your vault.
  • Select a vault entry by clicking on it (check supported types below)
  • Copy information (TOTP not supported yet)
  • Open a URI (Link) via your system's portal, usually in a browser

State

This app is still in a very early stage of development, but i wanted to upload my work, because there were several people interested in seeing it and maybe even contributing to it. Release early, release often, eh?

Feature list

  • Add a vault via GUI
  • Persist the vault information and active vault (later needed for switching) information
  • Login to a server
  • Sync your vault
  • Manual Sync via button (in the List Menu)
  • Unlock the vault
  • Look at Entry details
    • Login
    • Card
    • Identity (working partially)
    • Note
  • Edit Entry details
  • Save edited details to the vault
  • Basic filter and search capabilities on the list

Personal Vault

  • Decrypt values to show on the detail page
  • Copy values from the detail page
  • provide TOTP token
  • decrypt URIs
  • open links/URIs directly from the detail page

Organisation Vault

Not yet supported

Alternatives

After my first proof of concept, i got informed about Goldwarden, which has similar goals. I think it is more feature complete right now, so maybe it is interesting for you aswell.

Contributing

Please refrain from opening issues about lacking features, since i got many topics on my list already. PRs for improving my coding style are welcome, but please do not rewrite the whole code... If there are bugs right now, you can open an issue, but since the app is quite unstable, i am not sure they get addressed very soon. I hope that can change if i can get the basic features stabilized.