Initial commit: license, gitignore, readme, design docs

This commit is contained in:
michael
2026-04-26 14:12:17 -07:00
commit d59fbf4e4e
6 changed files with 1807 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# ubuntu-fido
Turnkey U2F / FIDO2 passkey / TOTP MFA for Ubuntu desktops.
## Install (end users)
sudo add-apt-repository ppa:dangerousthings/ubuntu-fido
sudo apt install ubuntu-fido
## Build from source
See `docs/BUILDING.md`.
## Status
Pre-alpha. See `docs/plans/` for design and roadmap.
Copyright 2026 Dangerous Things, LLC. Licensed under the Apache License, Version 2.0.