Minimalist, secure terminal 2FA client with strong defaults and zero footguns.
From PyPI
pip install foxkey
Single binary (recommended)
pip install pyinstaller
pyinstaller --onefile --name foxkey foxkey.py
# Move dist/foxkey to ~/bin or /usr/local/bin
Development
git clone ... && cd foxkey
pip install -e .
foxkey add github otpauth://totp/...
foxkey list
foxkey get github
foxkey export --file backup.enc
foxkey import backup.enc
foxkey change-password