mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
23 lines
770 B
Markdown
23 lines
770 B
Markdown
# FIDO2-Manage Script for macOS
|
|
|
|
## Overview
|
|
Welcome to the early-stage version of the FIDO2-Manage Script adaptation for macOS! This tool is designed to manage FIDO2 security keys. Please note that the script is still under active development, and currently, only the command-line interface (CLI) is available. A graphical user interface (GUI) is planned for future releases.
|
|
|
|
## Features
|
|
- Manage your FIDO2 security keys via the command line.
|
|
|
|
## Installation
|
|
|
|
1. **Install xcode-select**
|
|
Open terminal and run `xcode-select --install`
|
|
|
|
1. **Install other prerequisites using brew**
|
|
`brew install zlibbrew install cmake`
|
|
`brew install libcbor`
|
|
`brew install libcblite`
|
|
`brew install libsolv`
|
|
`brew install libuv`
|
|
`brew install pkg-config`
|
|
`brew install grep`
|
|
|