{"id":13580169,"url":"https://github.com/Yubico/yubioath-flutter","last_synced_at":"2025-04-06T00:30:49.861Z","repository":{"id":14241726,"uuid":"16949032","full_name":"Yubico/yubioath-flutter","owner":"Yubico","description":"Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android","archived":false,"fork":false,"pushed_at":"2024-10-29T11:53:44.000Z","size":42981,"stargazers_count":1009,"open_issues_count":64,"forks_count":137,"subscribers_count":74,"default_branch":"main","last_synced_at":"2024-10-29T12:46:54.669Z","etag":null,"topics":["fido","flutter","oath","totp","yubikey"],"latest_commit_sha":null,"homepage":"https://developers.yubico.com/yubioath-flutter/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yubico.png","metadata":{"files":{"readme":"README.adoc","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-02-18T13:01:36.000Z","updated_at":"2024-10-27T22:31:42.000Z","dependencies_parsed_at":"2023-10-27T09:26:21.270Z","dependency_job_id":"93deb5a9-1b06-42dd-8c98-1990831296e0","html_url":"https://github.com/Yubico/yubioath-flutter","commit_stats":{"total_commits":2198,"total_committers":17,"mean_commits":129.2941176470588,"dds":0.5741583257506824,"last_synced_commit":"4092486311d996c001b047c4b4ac3b039b55d7c1"},"previous_names":["yubico/yubioath-desktop"],"tags_count":70,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yubico%2Fyubioath-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yubico%2Fyubioath-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yubico%2Fyubioath-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yubico%2Fyubioath-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yubico","download_url":"https://codeload.github.com/Yubico/yubioath-flutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419597,"owners_count":20936009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fido","flutter","oath","totp","yubikey"],"created_at":"2024-08-01T15:01:48.262Z","updated_at":"2025-04-06T00:30:49.854Z","avatar_url":"https://github.com/Yubico.png","language":"Dart","funding_links":[],"categories":["Dart","🔐 Security \u0026 Privacy"],"sub_categories":["🪪 2FA"],"readme":"== Yubico Authenticator for Desktop and Android\n\nimage:splash.png[]\n\nManage your YubiKey and access one-time passwords with this full-featured\ncompanion app to the YubiKey.\n\n=== Features include\n* Display information about your YubiKey such as serial number, firmware version,\n  and supported capabilities\n* Manage and access OATH one-time passwords stored securely on your YubiKey\n* Configure PIN, fingerprints, and manage passkeys for WebAuthn/FIDO\n* Configure PIN/PUK/Management key, and manage private keys and certificates for PIV\n* Provision Yubico OTP, static passwords, and other YubiKey slot-based credentials\n* Configure enabled features, and factory reset YubiKey data\n* Compatible with any USB or NFC-enabled YubiKey\n\nStore your unique credential on a hardware-backed security key and take it\nwherever you go from mobile to desktop. No more storing sensitive secrets on\nyour mobile phone, leaving your accounts vulnerable to takeovers. With the\nYubiKey and Yubico Authenticator you can raise the bar for security. No\nconnectivity needed!\n\nExperience security the modern way with the Yubico Authenticator.\nVisit https://yubico.com to learn more.\n\n=== Supported platforms\n\n*Supported* - these are platforms we build and test on and commit to supporting.\n\n*Best-effort* - the app is expected to work, but development is supported through community testing and full functionality cannot be guaranteed.\n\n|===\n||Supported|Best-effort\n\n|Windows\n|Windows 10 \u0026 above, x64\n|Windows 10 \u0026 above, x64\n\n|macOS\n|macOS 13 (Ventura) \u0026 above\n|macOS 10.15 (Catalina)\n\n|Linux\n|Ubuntu 22.04 \u0026 above\n|Ubuntu 20.04 (or equivalent)\n\n|Android\n|Android 11 \u0026 above\n|Android 5 (Lollipop)\n|===\n\n=== Installation\nDownloads for all supported operating systems are available\nhttps://www.yubico.com/products/yubico-authenticator/[here].\n\n==== Linux\nOn Linux platforms you will need pcscd installed and running to be able to\ncommunicate with a YubiKey over the SmartCard interface. Additionally, you may\nneed to set permissions for your user to access YubiKeys via the HID\ninterfaces. The relevant permissions are described\nhttps://developers.yubico.com/yubikey-manager/Device_Permissions.html[here].\n\nFor some configurations running Wayland, copying an OTP to clipboard only works\nwhen the app has focus. If you are unable to reliably copy to clipboard from\nthe systray icon, you can use a separate binary which take the payload to stdin\nby defining the environment variable `_YA_TRAY_CLIPBOARD`. Note that this must\nbe an absolute path to a binary owned by root:root, and should not be\nworld-writable.\nFor example: `_YA_TRAY_CLIPBOARD=/usr/bin/wl-copy`.\n\nNOTE: Only use a trusted binary, OTPs will be sent to this when copied to clipboard from the systray!\n\n=== Command line interface\nLooking for a command line option? Try our\nhttps://github.com/Yubico/yubikey-manager/[YubiKey Manager CLI] tool.\n\n=== iOS\nThe iOS version of this app is available\nhttps://github.com/Yubico/yubioath-ios[here].\n\n=== Localization\nIf you are interested in helping out with translations for any language, you are welcome to join us at https://crowdin.com/project/yubico-authenticator[Crowdin] (no programming skills needed).\n\n=== Build instructions (for developers)\nInstructions on building and packaging the app is available\nlink:doc/Development.adoc[here].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYubico%2Fyubioath-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYubico%2Fyubioath-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYubico%2Fyubioath-flutter/lists"}