{"id":25975834,"url":"https://github.com/grumlimited/authenticator-rs","last_synced_at":"2025-03-05T03:26:08.318Z","repository":{"id":37862237,"uuid":"269695504","full_name":"grumlimited/authenticator-rs","owner":"grumlimited","description":"TOTP MFA/2FA application written in Rust and GTK3","archived":false,"fork":false,"pushed_at":"2025-02-04T18:12:58.000Z","size":2161,"stargazers_count":39,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T19:19:23.039Z","etag":null,"topics":["2fa","2factor","gnome","gtk3","linux","mfa","rust","security"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grumlimited.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2020-06-05T16:05:10.000Z","updated_at":"2025-02-04T18:13:03.000Z","dependencies_parsed_at":"2023-11-29T10:43:09.700Z","dependency_job_id":"656885a0-f9a9-4c72-a921-72d3c65de607","html_url":"https://github.com/grumlimited/authenticator-rs","commit_stats":{"total_commits":116,"total_committers":3,"mean_commits":"38.666666666666664","dds":"0.017241379310344862","last_synced_commit":"db4195884807435467554d9b8ea98c44e3dc19de"},"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grumlimited%2Fauthenticator-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grumlimited%2Fauthenticator-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grumlimited%2Fauthenticator-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grumlimited%2Fauthenticator-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grumlimited","download_url":"https://codeload.github.com/grumlimited/authenticator-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241956679,"owners_count":20048680,"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":["2fa","2factor","gnome","gtk3","linux","mfa","rust","security"],"created_at":"2025-03-05T03:26:07.722Z","updated_at":"2025-03-05T03:26:08.312Z","avatar_url":"https://github.com/grumlimited.png","language":"Rust","readme":"AUTHENTICATOR-RS\n==================\n![Continuous integration](https://github.com/grumlimited/authenticator-rs/workflows/Continuous%20integration/badge.svg?branch=master)\n\nAuthenticator-rs is a TOTP-MFA application written in Rust and GTK3.\n\nIt is initially inspired by [authenticator](https://gitlab.gnome.org/World/Authenticator), which sadly sort of \n[broke](https://aur.archlinux.org/packages/authenticator/) for me \nin the latest versions of python shipped with [Arch Linux](https://www.archlinux.org/).\n\nIt is by no means as feature-rich as its python relative, more like a diamond in the rough. Well, maybe not a diamond, \nbut definitely in the rough...\n\n## Features\n\n### Importing and exporting - including google authenticator exports\n\n- Using `yaml` format:\n\n    ---\n        - name: group name\n          url: bbc.co.uk\n          entries:\n            - label: Account 1\n              secret: secret code\n\n    [\u003cimg src=\"./data/screenshots/screenshot5.png\" width=\"400\" /\u003e](./data/screenshots/screenshot5.png)\n\n- Using `google authenticator` format:\n\n    Google Authenticator exports in the shape of a `qrcode` image can be imported directly. `authenticator-rs` will import these files by choosing the\n    `Import GAuth` option from the top menu.\n\n\n### Dark themes friendly\n\n[\u003cimg src=\"./data/screenshots/screenshot1.png\" width=\"400\" /\u003e](./data/screenshots/screenshot1.png)\n[\u003cimg src=\"./data/screenshots/screenshot2.png\" width=\"400\" /\u003e](./data/screenshots/screenshot2.png)\n\n### Group and account editing\n[\u003cimg src=\"./data/screenshots/screenshot3.png\" width=\"400\" /\u003e](./data/screenshots/screenshot3.png)\n[\u003cimg src=\"./data/screenshots/screenshot4.png\" width=\"400\" /\u003e](./data/screenshots/screenshot4.png)\n\n\n## License\n\nAuthenticator-rs is published under the [GNU GENERAL PUBLIC LICENSE v3](./README.md).\n\n## Changelog\n\nSee [releases](https://github.com/grumlimited/authenticator-rs/releases).\n\n## Installing\n\nDownload from the [release](https://github.com/grumlimited/authenticator-rs/releases) page.\n\n#### Debian\n\n    dpkg -i authenticator-rs-x.x.x-x86-64.deb\n\n#### CentOS 9.x\n\n    rpm -ivh  authenticator-rs-x.x.x-1.x86_64.rpm \n\n#### Arch Linux\n\nAuthenticator RS is also available from [AUR](https://aur.archlinux.org/packages/authenticator-rs-bin/). Or from the release page:\n\n    pacman -U authenticator-rs-bin-x.x.x-1-x86_64.pkg.tar.xz\n    \n#### Alpine Linux\n\nAvailable in Alpine from (edge/testing)[https://pkgs.alpinelinux.org/package/edge/testing/aarch64/authenticator-rs].\n\n    # echo '@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing' \u003e\u003e /etc/apk/repositories\n    # apk update\n    apk add authenticator-rs@testing\n\n## Building (dev)\n\n    make target/release/authenticator-rs\n    \n    ./target/release/authenticator-rs\n    \n## Running (dev)\n\n    make run\n    \n## Assets\n\nIcon files are from [authenticator](https://gitlab.gnome.org/World/Authenticator).\n\nOriginal GTK template from [Nora Codes - gDiceRoller](https://nora.codes/tutorial/speedy-desktop-apps-with-gtk-and-rust/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrumlimited%2Fauthenticator-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrumlimited%2Fauthenticator-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrumlimited%2Fauthenticator-rs/lists"}